X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/56d0ceee2e9e324d78ed88d60d7bce108a0b32dd..b37070d888919ae30219ce13e4d3cce359fd75e1:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index 0dfab6e77..67c8ab1d1 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -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; }