X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=style.css;h=2e5ba09294f77060ffd54dd1737e29e544f525fe;hb=HEAD;hp=71e5c530ade052ea871189fb4eaf3e33f7d2b86d;hpb=92b9dc13794b99cb12906dee06274fa75a29959a;p=rawdog%2F.git diff --git a/style.css b/style.css index 71e5c53..2e5ba09 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ /* Default stylesheet for rawdog. Customise this as you like. - Adam Sampson */ + Adam Sampson */ .xmlbutton { /* From Dylan Greene's suggestion: http://www.dylangreene.com/blog.asp?blogID=91 */ @@ -12,6 +12,11 @@ text-decoration: none; margin: 0; } +/* Scale down large images in feeds */ +img { + max-width: 100%; + height: auto; +} html { margin: 0; padding: 0; @@ -39,6 +44,7 @@ h1 { #items { } .day { + clear: both; } h2 { font-weight: bold; @@ -48,6 +54,7 @@ h2 { padding: 0; } .time { + clear: both; } h3 { font-weight: bold;