diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-04 17:50:31 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-01-20 13:58:58 +0100 |
commit | a98e203580eba558329e5c978eb675005f2b0e68 (patch) | |
tree | b10496ec9597acc6982cd376003a5d343548dbe8 | |
parent | 13d3f3dee0d31afdd6c42dff5bb08fd66da02ca3 (diff) |
local.css: Improve displaying of the Debian FAQ and similar inlined pages.
-rw-r--r-- | local.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -61,6 +61,18 @@ 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; +} + .header { background-color: #f0f0f0; |