From 0fe40b5283096b10b5f94e32185fdaa0a01b046a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Jun 2016 19:40:14 +0300 Subject: [PATCH] feature(style) panel width: 97% -> 98% --- css/nojs.css | 2 +- css/query.css | 2 +- css/style.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/nojs.css b/css/nojs.css index 4a165c4f..1df4bd12 100644 --- a/css/nojs.css +++ b/css/nojs.css @@ -15,7 +15,7 @@ } .panel-left { - width: 97%; + width: 98%; } .name a:hover { diff --git a/css/query.css b/css/query.css index c41aca3d..14922bb2 100644 --- a/css/query.css +++ b/css/query.css @@ -166,7 +166,7 @@ @media only screen and (max-width: 1155px) { .panel { - width: 97%; + width: 98%; } /* если правая панель не помещаеться - прячем её */ .panel-right, .cmd-button#f5, .cmd-button#f6 { diff --git a/css/style.css b/css/style.css index 3b1b1200..e56f6bfe 100644 --- a/css/style.css +++ b/css/style.css @@ -132,7 +132,7 @@ body, pre, code { } .fm { - width : 97%; + width : 98%; height: 90%; margin: 26px auto 0; } @@ -163,7 +163,7 @@ body, pre, code { .panel { width: 46%; - height: 97%; + height: 98%; padding: 1%; }