From: Derk-Jan Hartman Date: Thu, 6 Sep 2012 19:37:28 +0000 (+0200) Subject: (bug 33445) Remove default right margin on wikitables. X-Git-Tag: 1.31.0-rc.0~22409^2 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=83ec4760434b8ec10fb1acdd0ef701f6c127ce8d;p=lhc%2Fweb%2Fwiklou.git (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 --- 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;