summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-12-04 17:50:31 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-01-20 13:58:58 +0100
commita98e203580eba558329e5c978eb675005f2b0e68 (patch)
treeb10496ec9597acc6982cd376003a5d343548dbe8 /local.css
parent13d3f3dee0d31afdd6c42dff5bb08fd66da02ca3 (diff)
local.css: Improve displaying of the Debian FAQ and similar inlined pages.
Diffstat (limited to 'local.css')
-rw-r--r--local.css12
1 files changed, 12 insertions, 0 deletions
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;