From: Gabriel Wicke Date: Wed, 2 Jun 2004 08:29:00 +0000 (+0000) Subject: darker grey for autocomment X-Git-Tag: 1.5.0alpha1~3076 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=c630abf73e2a93349780442bdb2582fee004e399;p=lhc%2Fweb%2Fwiklou.git darker grey for autocomment --- diff --git a/stylesheets/common.css b/stylesheets/common.css index 4952fdb68e..7e3f2e08bf 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -66,7 +66,7 @@ div.tleft { /* Page history styling */ /* the auto-generated edit comments */ -.autocomment { color: gray; } +.autocomment { color: #4b4b4b; } #pagehistory span.user { margin-left: 1.4em; margin-right: 0.4em;