From 54c267b0d89e3cb3ead673ba2a62e32a5d11ca05 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 1 Oct 2012 05:25:18 -0400 Subject: [PATCH] fixed responsive editor width --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 53e42bef..c8f06f7a 100644 --- a/css/style.css +++ b/css/style.css @@ -236,9 +236,9 @@ a:focus { outline: thin dotted; } */ /* responsive design */ @media only screen and (max-width: 600px){ - #left{ - width:90% !important; - } + .panel{ + width:94% !important; + } /* если правая панель не помещаеться - прячем её */ #right{ display:none;