X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0476614c40d731484abd8ea204fa100a161518c4..56378a14e2c41902d8d97bf51d26446e42a83ab3:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index 0d64240e6..c7988b7b7 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -26,10 +26,19 @@ border-bottom: 1px solid #000; } -#content textarea { +#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;