add margin around tags

master
joey 2007-04-26 19:35:39 +00:00
parent fe52c28bd6
commit bb0260c834
1 changed files with 7 additions and 3 deletions

View File

@ -39,16 +39,20 @@
clear: both; clear: both;
} }
#footer { #tags {
clear: both;
margin: 1em 0; margin: 1em 0;
border-top: 1px solid #000;
} }
#backlinks { #backlinks {
margin: 1em 0; margin: 1em 0;
} }
#footer {
clear: both;
margin: 1em 0;
border-top: 1px solid #000;
}
#searchform { #searchform {
display: inline; display: inline;
float: right; float: right;