From 1d11c6c2b1cf5e20d6da2c7df9d7edd928eae104 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 1 Aug 2008 22:25:38 +0000 Subject: [PATCH] ActionItem629: making the edit/new buttons more visible --- public/stylesheets/article.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/article.css b/public/stylesheets/article.css index 1618cef..0dcf239 100644 --- a/public/stylesheets/article.css +++ b/public/stylesheets/article.css @@ -11,8 +11,8 @@ padding-right: 15px; } #article-actions.hidden { - opacity: 0.3; - filter: alpha(opacity=30); + opacity: 0.5; + filter: alpha(opacity=50); } #article-tags { -- libgit2 0.21.2