X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/56d0ceee2e9e324d78ed88d60d7bce108a0b32dd..711d4c075efc0656025116f5a7933e5ae8d6d651:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index 0dfab6e77..6ec6f8950 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -1,7 +1,7 @@ /* ikiwiki style sheet */ -/* Note that instead of modifying this style sheet, you can instead create - * a local.css in your wiki, and override or change settings in this one. +/* Note that instead of modifying this style sheet, you can instead edit + * local.css and use it to override or change settings in this one. */ .header { @@ -19,27 +19,43 @@ display: block; } -#actions ul { +.actions ul { margin: 0; padding: 6px; list-style-type: none; border-bottom: 1px solid #000; } -#actions li { +.inlinepage .actions ul { + border-bottom: 0; +} + +.actions li { display: inline; 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 +96,8 @@ td.changelog { border: 1px solid #aaa; } -#backlinks { - margin: 1em 0; -} - -#footer { - margin: 1em 0; -} - .pageinfo { + clear: both; font-style: italic; display: block; }