diff --git a/templates/skin/developer-jquery/css/common.css b/templates/skin/developer-jquery/css/common.css index 1b9f5e00..a7ed7dda 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; }