summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
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;