summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorColin Leitner <colin.leitner@gmx.net>2007-11-13 21:38:05 +0100
committerThomas Schwinge <tschwinge@gnu.org>2007-11-13 21:57:35 +0100
commit1c13d29d40ec68be83b21e5987b2d503d6e6b798 (patch)
tree7efcea393679df8723c79a9b1791f193c2d553d9 /local.css
parent6bc5ead2ba235f4746d58086525d07636466e131 (diff)
The 1001st try to get the code box right :)
Diffstat (limited to 'local.css')
-rw-r--r--local.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/local.css b/local.css
index ffdecd26..2278f8c7 100644
--- a/local.css
+++ b/local.css
@@ -49,12 +49,8 @@ pre
margin-bottom: 1.5em;
margin-top: 0;
}
-pre + *
-{
- clear: left;
-}
-div.toggleable + *
-{
+
+h1, h2, h3, h4, h5, h6, table, p, ol, ul, li, div, pre {
clear: left;
}