Merge "(bug 33445) Remove default right margin on wikitables."
authorKrinkle <ttijhof@wikimedia.org>
Tue, 11 Sep 2012 16:14:13 +0000 (16:14 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 11 Sep 2012 16:14:13 +0000 (16:14 +0000)
skins/common/commonPrint.css
skins/common/shared.css

index cf602ea..48dd943 100644 (file)
@@ -319,7 +319,7 @@ td.diff-context {
  */
 table.wikitable,
 table.mw_metadata {
-       margin: 1em 1em 1em 0;
+       margin: 1em 0;
        border: 1px #aaa solid;
        background: white;
        border-collapse: collapse;
index 4cc0ad3..9cea362 100644 (file)
@@ -473,7 +473,7 @@ a.feedlink {
  * keep in sync with commonPrint.css
  */
 table.wikitable {
-       margin: 1em 1em 1em 0;
+       margin: 1em 0;
        background-color: #f9f9f9;
        border: 1px #aaa solid;
        border-collapse: collapse;