Don't set clear:both on .pagedate etc., only on .pagefooter

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.
master
Simon McVittie 2008-07-13 15:16:41 +01:00
parent 879d780603
commit f6e6d561e9
1 changed files with 4 additions and 3 deletions

View File

@ -35,12 +35,14 @@
padding: .2em .4em; padding: .2em .4em;
} }
.tags { .pagefooter {
clear: both; clear: both;
} }
.tags {
}
#pageinfo { #pageinfo {
clear: both;
margin: 1em 0; margin: 1em 0;
border-top: 1px solid #000; border-top: 1px solid #000;
} }
@ -140,7 +142,6 @@ div.recentchanges {
.pagedate, .pagedate,
.pagelicense, .pagelicense,
.pagecopyright { .pagecopyright {
clear: both;
font-style: italic; font-style: italic;
display: block; display: block;
margin-top: 1em; margin-top: 1em;