Add correct margin for dd when user language direction is different from intended...
[lhc/web/wiklou.git] / skins / common / commonPrint.css
index 97b0526..eef889e 100644 (file)
@@ -18,12 +18,6 @@ a.new {
        background-color: #f9f9f9;
        padding: 5px;
 }
-.tocindent {
-       margin-left: 2em;
-}
-.tocline {
-       margin-bottom: 0;
-}
 
 /* images */
 div.floatright {
@@ -158,15 +152,11 @@ h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
 }
 
-p, .documentDescription {
-       margin: 1em 0 !important;
+p {
+       margin: 1em 0;
        line-height: 1.2em;
 }
 
-.tocindent p {
-       margin: 0 0 0 0 !important;
-}
-
 pre {
        border: 1pt dashed black;
        white-space: pre;
@@ -392,4 +382,4 @@ p {
 .catlinks li:first-child {
        padding-left: .2em;
        border-left: none;
-}
\ No newline at end of file
+}