Rework write() to make it easier for plugins to replace it.
[rawdog/.git] / style.css
index 97f718b2321076d846039d497c07ba415d8c0854..977f1e0b79a3aa27307ec986eab706ceff9f6b9e 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
 /* Default stylesheet for rawdog. Customise this as you like.
-   Adam Sampson <azz@us-lot.org> */
+   Adam Sampson <ats@offog.org> */
 .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;