summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoly A. Kazantsev <anatoly@gnu.org>2009-06-26 09:10:48 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-06-26 09:10:48 +0200
commitf5570908285c781b957147e5378dee4280d75457 (patch)
treec96c4127e666611eeacb782f781c59a441dcf36d
parent8146471c38766cac0aff5074823aa958dda101b0 (diff)
CSS improvement so that the Recent Changes page is rendered properly.
-rw-r--r--local.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/local.css b/local.css
index 49930eb4..a0a92228 100644
--- a/local.css
+++ b/local.css
@@ -1,6 +1,6 @@
/* ikiwiki local style sheet
- Copyright © 2007, 2008 Free Software Foundation, Inc.
+ Copyright © 2007, 2008, 2009 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
@@ -287,3 +287,9 @@ a:hover
padding-top: 0.3em;
padding-bottom: 0.3em;
}
+
+div.recentchanges
+{
+ clear: none;
+ width: auto;
+}