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;
}
#footer {
clear: both;
#tags {
margin: 1em 0;
border-top: 1px solid #000;
}
#backlinks {
margin: 1em 0;
}
#footer {
clear: both;
margin: 1em 0;
border-top: 1px solid #000;
}
#searchform {
display: inline;
float: right;