X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d76c73eb8634f3181bd246d747ae42443d4b6d31..6f6495d7a6a021245a9d636ceabb8491285f88f2:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index ebc912553..b975c89f2 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -3,6 +3,14 @@ font-size: 22px; font-weight: bold; line-height: 1em; + display: block; +} + +.author { + margin: 0; + font-size: 18px; + font-weight: bold; + display: block; } #actions ul { @@ -76,6 +84,7 @@ td.changelog { .pageinfo { font-style: italic; + display: block; } /* Used for invalid form fields. */ @@ -120,3 +129,12 @@ td.changelog { .normalPC { font-size: 100%; } .bigPC { font-size: 115%; } .biggestPC { font-size: 130%; } + +#sidebar { + line-height: 3ex; + width: 20ex; + float: right; + margin-left: 40px; + margin-bottom: 40px; + padding: 2ex 2ex; +}