]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Don't set clear:both on .pagedate etc., only on .pagefooter
authorSimon McVittie <http://smcv.pseudorandom.co.uk/>
Sun, 13 Jul 2008 14:16:41 +0000 (15:16 +0100)
committerSimon McVittie <http://smcv.pseudorandom.co.uk/>
Sun, 13 Jul 2008 14:16:41 +0000 (15:16 +0100)
This removes clear:both from the trailing metadata of inlined entries as
requested by tschwinge, but if you want that feature back, you can set
.inlinefooter { clear: both; } in local.css.

doc/style.css

index 246da1ffc9648c16217bbce2d5c21dccd0939d25..0e3bfb3e6caf3226988a74f5f299debd8ab62ee2 100644 (file)
        padding: .2em .4em;
 }
 
-.tags {
+.pagefooter {
        clear: both;
 }
 
+.tags {
+}
+
 #pageinfo {
-       clear: both;
        margin: 1em 0;
        border-top: 1px solid #000;
 }
@@ -140,7 +142,6 @@ div.recentchanges {
 .pagedate,
 .pagelicense,
 .pagecopyright {
-       clear: both;
        font-style: italic;
        display: block;
        margin-top: 1em;