summaryrefslogtreecommitdiff
path: root/basewiki/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'basewiki/style.css')
-rw-r--r--basewiki/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/basewiki/style.css b/basewiki/style.css
index 8d51685fb..c7988b7b7 100644
--- a/basewiki/style.css
+++ b/basewiki/style.css
@@ -30,6 +30,15 @@
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;