From c630abf73e2a93349780442bdb2582fee004e399 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 2 Jun 2004 08:29:00 +0000 Subject: [PATCH] darker grey for autocomment --- stylesheets/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1