From a98e203580eba558329e5c978eb675005f2b0e68 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 4 Dec 2007 17:50:31 +0100 Subject: local.css: Improve displaying of the Debian FAQ and similar inlined pages. --- local.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index b2505e99..a699b89c 100644 --- a/local.css +++ b/local.css @@ -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; -- cgit v1.2.3