summaryrefslogtreecommitdiff
path: root/basewiki/style.css
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-04 06:07:32 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-04 06:07:32 +0000
commite059c9eff94ab37598d740cc5777e591216368a1 (patch)
treefa79af3dcac9f6f4cbf7c20f4d7fbc0f275502b6 /basewiki/style.css
parentd3f032c4d00a7cc4f9f52bbd1f98dd4e8bf9457b (diff)
* Make RecentChanges use a table and some CSS, should be much more readable.
No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules.
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;