* Follow-up r79087. Applying to other skins that have similar article styling in...
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 27 Dec 2010 23:23:55 +0000 (23:23 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 27 Dec 2010 23:23:55 +0000 (23:23 +0000)
* Follow-up r79086. Fixing margin (I shouldn't have added the numbers, caused the margins to be a litle bigger then they were, now they're the same as before the border>margin change)

skins/chick/main.css
skins/modern/main.css
skins/monobook/main.css
skins/vector/screen.css

index e5ba86c..7522f4f 100644 (file)
@@ -47,6 +47,7 @@ h1, h2, h3, h4, h5, h6 {
        background: none;
        font-weight: normal;
        margin: 0;
+       overflow: hidden;
        padding-top: 0.5em;
        padding-bottom: 0.17em;
        border-bottom: 1px solid #aaaaaa;
@@ -316,7 +317,7 @@ div.tright {
 div.tleft {
        float: left;
        clear: left;
-       margin: 0.5em 1.9em 1.3em 0;
+       margin: 0.5em 1.4em 1.3em 0;
 }
 img.thumbborder {
        border: 1px solid #dddddd;
index a1c512b..9dc1717 100644 (file)
@@ -333,6 +333,10 @@ h1, h2 {
        border-bottom: solid 1px #003366;
 }
 
+h1, h2, h3, h4, h5, h6 {
+       overflow: hidden;
+}
+
 #preftoc {
        width: 100%;
        margin: 0 0 0 0;
@@ -525,7 +529,7 @@ div.tright {
 div.tleft {
        float: left;
        clear: left;
-       margin: .5em 1.9em .8em 0;
+       margin: .5em 1.4em .8em 0;
 }
 img.thumbborder {
        border: 1px solid #dddddd;
index ab9fc51..c8c036a 100644 (file)
@@ -120,6 +120,7 @@ h1, h2, h3, h4, h5, h6 {
        background: none;
        font-weight: normal;
        margin: 0;
+       overflow: hidden;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa;
@@ -450,7 +451,7 @@ div.tright {
 div.tleft {
        float: left;
        clear: left;
-       margin: .5em 1.9em 1.3em 0;
+       margin: .5em 1.4em 1.3em 0;
 }
 img.thumbborder {
        border: 1px solid #dddddd;
index be05727..4709d90 100644 (file)
@@ -934,7 +934,7 @@ div.tright {
 div.tleft {
        float: left;
        clear: left;
-       margin: .5em 1.9em 1.3em 0;
+       margin: .5em 1.4em 1.3em 0;
 }
 img.thumbborder {
        border: 1px solid #dddddd;