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;
}
#backlinks {
margin: 1em 0;
}
.tags {
clear: both;
}
div.tags {
border-top: 1px solid #000;
}
#footer {
margin: 1em 0;
}
#searchform {
display: inline;
float: right;
}
#content {
border-bottom: 1px solid #000;
}
#editcontent {
width: 100%;
}
@ -80,15 +92,8 @@ td.changelog {
border: 1px solid #aaa;
}
#backlinks {
margin: 1em 0;
}
#footer {
margin: 1em 0;
}
.pageinfo {
clear: both;
font-style: italic;
display: block;
}