Bug 480: remove extra spacing from TOC indentation areas
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 17 Sep 2004 03:24:14 +0000 (03:24 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 17 Sep 2004 03:24:14 +0000 (03:24 +0000)
skins/common/commonPrint.css

index 3e91adc..465d06e 100644 (file)
@@ -134,6 +134,10 @@ p, .documentDescription {
     line-height: 1.2em;    
 }
 
+.tocindent p {
+       margin: 0 0 0 0 ! important;
+}
+
 pre {
     border: 1pt dashed black;
     white-space: pre;