X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/496fe5ea8dd3dc9a0c65cc224539a560ca341075..56378a14e2c41902d8d97bf51d26446e42a83ab3:/basewiki/style.css?ds=sidebyside diff --git a/basewiki/style.css b/basewiki/style.css index 2e0141050..c7988b7b7 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -1,5 +1,8 @@ -#header h1 { +.header { margin: 0; + font-size: 22px; + font-weight: bold; + line-height: 1em; } #actions ul { @@ -23,6 +26,19 @@ border-bottom: 1px solid #000; } +#editcontent { + width: 100%; +} + +/* Stuff for the RecentChanges table. */ +.changeheader { + background: #eee; + color: black !important; +} +.changetime { + white-space: nowrap; +} + /* Used for adding a blog page. */ #blogform { padding: 10px 10px;