From: joey Date: Thu, 26 Apr 2007 19:35:39 +0000 (+0000) Subject: add margin around tags X-Git-Tag: 1.51~71 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/bb0260c8342c30f86bcf04916f18117da48f3c87?ds=inline;hp=fe52c28bd660013563c55574bddfac28d132b8b9 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;