X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5466a1daf99e8e4c67a19f871aaf558312569652..56378a14e2c41902d8d97bf51d26446e42a83ab3:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index a830afb69..c7988b7b7 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -1,4 +1,4 @@ -#header { +.header { margin: 0; font-size: 22px; font-weight: bold; @@ -26,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;