X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=style.css;h=977f1e0b79a3aa27307ec986eab706ceff9f6b9e;hb=ce6b1b279f1a5b62367a16a1cd8086f9169cba34;hp=97f718b2321076d846039d497c07ba415d8c0854;hpb=a4b3d71bfe3240653e167a9207320c095487c937;p=rawdog%2F.git diff --git a/style.css b/style.css index 97f718b..977f1e0 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 */ @@ -39,6 +39,7 @@ h1 { #items { } .day { + clear: both; } h2 { font-weight: bold; @@ -48,6 +49,7 @@ h2 { padding: 0; } .time { + clear: both; } h3 { font-weight: bold; @@ -59,6 +61,7 @@ h3 { .item { margin: 20px 30px; border: 1px solid gray; + clear: both; } .itemheader { padding: 6px;