From: joey Date: Thu, 26 Apr 2007 19:35:39 +0000 (+0000) Subject: add margin around tags X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/bb0260c8342c30f86bcf04916f18117da48f3c87 add margin around tags --- diff --git a/doc/style.css b/doc/style.css index 929934927..e414736ff 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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;