diff options
author | Anatoly A. Kazantsev <anatoly@gnu.org> | 2009-06-26 09:10:48 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-26 09:10:48 +0200 |
commit | f5570908285c781b957147e5378dee4280d75457 (patch) | |
tree | c96c4127e666611eeacb782f781c59a441dcf36d /local.css | |
parent | 8146471c38766cac0aff5074823aa958dda101b0 (diff) | |
download | web-f5570908285c781b957147e5378dee4280d75457.tar.gz web-f5570908285c781b957147e5378dee4280d75457.tar.bz2 web-f5570908285c781b957147e5378dee4280d75457.zip |
CSS improvement so that the Recent Changes page is rendered properly.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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; +} |