]> sipb.mit.edu Git - ikiwiki.git/commitdiff
avoid floating boxes running up against the line at the bottom of the page
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 05:24:58 +0000 (05:24 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 05:24:58 +0000 (05:24 +0000)
somewhat grody I think; relies on placement and type of tags display..

basewiki/style.css

index 0dfab6e77b68c2c56e825c909407d28321ccc9d2..67c8ab1d132cf95982b1cd045b8b1dc5d960b914 100644 (file)
        padding: .2em .4em;
 }
 
        padding: .2em .4em;
 }
 
+#backlinks {
+       margin: 1em 0;
+}
+
+.tags {
+       clear: both;
+}
+
+div.tags {
+       border-top: 1px solid #000;
+}
+
+#footer {
+       margin: 1em 0;
+}
+
 #searchform {
        display: inline;
        float: right;
 }
 
 #searchform {
        display: inline;
        float: right;
 }
 
-#content {
-       border-bottom: 1px solid #000;
-}
-
 #editcontent {
        width: 100%;
 }      
 #editcontent {
        width: 100%;
 }      
@@ -80,15 +92,8 @@ td.changelog {
        border: 1px solid #aaa;
 }
 
        border: 1px solid #aaa;
 }
 
-#backlinks {
-       margin: 1em 0;
-}
-
-#footer {
-       margin: 1em 0;
-}
-
 .pageinfo {
 .pageinfo {
+       clear: both;
        font-style: italic;
        display: block;
 }
        font-style: italic;
        display: block;
 }