diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-07-14 11:16:27 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-07-16 15:56:18 +0200 |
commit | 3013ad73fac088b2268611c5ca2ac0a46e21dad9 (patch) | |
tree | 02dfe4c22350ae331c173c3057ba5605692c8f8c /local.css | |
parent | 1c011a2c939283e4ab4465da7f2bc6448ca4e568 (diff) | |
download | web-3013ad73fac088b2268611c5ca2ac0a46e21dad9.tar.gz web-3013ad73fac088b2268611c5ca2ac0a46e21dad9.tar.bz2 web-3013ad73fac088b2268611c5ca2ac0a46e21dad9.zip |
This overriding is no longer needed.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -1,6 +1,6 @@ /* ikiwiki local style sheet - Copyright © 2007 Free Software Foundation, Inc. + Copyright © 2007, 2008 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 @@ -61,18 +61,6 @@ h1, h2, h3, h4, h5, h6, table, p, ol, ul, li, div, pre, hr clear: left; } -/* Override `style.css'. TODO. Is this really what we want to do? This - avoids displaying oddities in the Debian FAQ, where the second item from the - top would be shifted towards the bottom, because of the first item's date, - copyright and license lines being rendered below the bottom corner of the - sidebar. */ -.pagedate, -.pagecopyright, -.pagelicense -{ - clear: none; -} - /* Format these elements table-like with the background of the upper element shinig through between the cells. TODO. This is currently achieved with ``border: white''. */ |