avoid floating boxes running up against the line at the bottom of the page

somewhat grody I think; relies on placement and type of tags display..
master
joey 2006-08-27 05:24:58 +00:00
parent e0fdfd09bb
commit 3aefe67a1e
1 changed files with 17 additions and 12 deletions

View File

@ -31,15 +31,27 @@
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 { #searchform {
display: inline; display: inline;
float: right; float: right;
} }
#content {
border-bottom: 1px solid #000;
}
#editcontent { #editcontent {
width: 100%; 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; font-style: italic;
display: block; display: block;
} }