From: Roan Kattouw Date: Mon, 6 Jul 2009 23:35:49 +0000 (+0000) Subject: (bug 19524) Move hiding initially hidden collapsable tables from monobook/main.css... X-Git-Tag: 1.31.0-rc.0~41082 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=45145fe8dfe5647ff2aea00072a3bf9421656e20;p=lhc%2Fweb%2Fwiklou.git (bug 19524) Move hiding initially hidden collapsable tables from monobook/main.css to common/shared.css --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 55753b96f9..16038894dc 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -515,6 +515,11 @@ table.wikitable { font-weight: bold; } +/* hide initially collapsed collapsable tables */ +table.collapsed tr.collapsable { + display: none; +} + /* success and error messages */ .success { color: green; @@ -592,4 +597,4 @@ ul#filetoc { display: inline; list-style-type: none; padding-right: 2em; -} \ No newline at end of file +} diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 6a922bd7d0..bfef4c63c9 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1270,10 +1270,6 @@ table.mw_metadata td { background-color: #fcfcfc; } -table.collapsed tr.collapsable { - display: none; -} - input#wpSummary { width: 80%; }