diff options
-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; |