diff options
-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; +} |