Remove unnecessary comment
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 2 Jun 2009 19:56:07 +0000 (19:56 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 2 Jun 2009 19:56:07 +0000 (19:56 +0000)
Comments shouldn't include historical information unless it's useful to
people reading the code today.  Excessive comments hurt code
readability.

skins/common/shared.css

index 1f69b33..28a4f97 100644 (file)
@@ -491,9 +491,6 @@ table.wikitable {
        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
+}