From: Trevor Parscal Date: Fri, 29 May 2009 20:34:47 +0000 (+0000) Subject: Moved the visualClear class to common/shared.css because it is being used by code... X-Git-Tag: 1.31.0-rc.0~41610 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=84f443fb5e32e8b2d1e2d29384833fc6082090c6;p=lhc%2Fweb%2Fwiklou.git Moved the visualClear class to common/shared.css because it is being used by code which is not exclusive to MonoBook --- diff --git a/skins/common/shared.css b/skins/common/shared.css index f7946cab16..7d123bd0e4 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -465,3 +465,10 @@ table.wikitable { margin: 0 .5em 0 0; border: none; } + +/* visualClear used to be defined in MonoBook, however code which used this + * class which is not particular to MonoBook has not justified this being here + */ +.visualClear { + clear: both; +} \ No newline at end of file diff --git a/skins/monobook/main.css b/skins/monobook/main.css index b2a24c99d2..b2249e7734 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -54,9 +54,6 @@ body { margin: 0; padding: 0; } -.visualClear { - clear: both; -} /* general styles */