From fb372a0e6248de6436282c9c7eeb6d6628dc25e1 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 2 Jun 2009 19:56:07 +0000 Subject: [PATCH] Remove unnecessary comment 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 +} -- 2.20.1