From fc98e1ec5034ea46508258debae646f27ac4953e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 6 Aug 2013 12:42:24 +0000 Subject: [PATCH] refactor(css) rm !important --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index f0b31006..b1362d92 100644 --- a/css/style.css +++ b/css/style.css @@ -260,7 +260,7 @@ a:hover, a:active { /* responsive design */ @media only screen and (max-width: 600px){ .panel{ - width:94% !important; + width:94%; } /* если правая панель не помещаеться - прячем её */ #right{ @@ -356,7 +356,7 @@ a:hover, a:active { } @media only screen and (min-width: 601px) and (max-width: 785px){ .panel{ - width:94% !important; + width:94%; } #right{ display:none; @@ -369,7 +369,7 @@ a:hover, a:active { @media only screen and (min-width:786px) and (max-width: 1155px){ .panel{ - width:94% !important; + width:94%; } /* если правая панель не помещаеться - прячем её */ #right{