From 83ec4760434b8ec10fb1acdd0ef701f6c127ce8d Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 6 Sep 2012 21:37:28 +0200 Subject: [PATCH] (bug 33445) Remove default right margin on wikitables. This makes sure that wikitables can be full width. When right or left floating a table, use class="wikitable floatleft" or class="wikitable floatright" to explicitly add a proper margin. Change-Id: I107d8d8da0a07055c320767cadb7a691f344a394 --- skins/common/commonPrint.css | 2 +- skins/common/shared.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index cf602ea98f..48dd943fc6 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -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; diff --git a/skins/common/shared.css b/skins/common/shared.css index 4cc0ad397f..9cea362c87 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; -- 2.20.1