From: Aryeh Gregor Date: Tue, 2 Jun 2009 19:56:07 +0000 (+0000) Subject: Remove unnecessary comment X-Git-Tag: 1.31.0-rc.0~41533 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=fb372a0e6248de6436282c9c7eeb6d6628dc25e1;p=lhc%2Fweb%2Fwiklou.git Remove unnecessary comment Comments shouldn't include historical information unless it's useful to people reading the code today. Excessive comments hurt code readability. --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 1f69b33939..28a4f97b65 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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 +}