From b5d8fcca23c3a268efa938d2cb4e5aded4c40e48 Mon Sep 17 00:00:00 2001 From: Alexey Yelizarov Date: Mon, 16 Apr 2012 15:40:13 +0400 Subject: [PATCH] Fix css --- templates/skin/developer-jquery/css/common.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/skin/developer-jquery/css/common.css b/templates/skin/developer-jquery/css/common.css index b35a1a81..c0e17e69 100644 --- a/templates/skin/developer-jquery/css/common.css +++ b/templates/skin/developer-jquery/css/common.css @@ -1,4 +1,3 @@ - /* Голосование ---------------------------------------------------------------*/ .vote { } @@ -219,7 +218,7 @@ .fl-r { float: right !important; } .fl-l { float: left !important; } -.hidden { display: none !important; } +.hidden { display: none; } .user, .ls-user { font-weight: bold; color: #333; } .user .icon-user { margin-right: 3px; }