summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css14
1 files changed, 1 insertions, 13 deletions
diff --git a/local.css b/local.css
index ce1d9fbf..d38aec12 100644
--- a/local.css
+++ b/local.css
@@ -1,6 +1,6 @@
/* ikiwiki local style sheet
- Copyright © 2007 Free Software Foundation, Inc.
+ Copyright © 2007, 2008 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.2 or any later
@@ -61,18 +61,6 @@ 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;
-}
-
/* Format these elements table-like with the background of the upper element
shinig through between the cells. TODO. This is currently achieved with
``border: white''. */