Moved the visualClear class to common/shared.css because it is being used by code...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 29 May 2009 20:34:47 +0000 (20:34 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 29 May 2009 20:34:47 +0000 (20:34 +0000)
skins/common/shared.css
skins/monobook/main.css

index f7946ca..7d123bd 100644 (file)
@@ -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
index b2a24c9..b2249e7 100644 (file)
@@ -54,9 +54,6 @@ body {
        margin: 0;
        padding: 0;
 }
-.visualClear {
-       clear: both;
-}
 
 /* general styles */