From 3447c5851320b47e2aac7e216fce27fae9ec9f58 Mon Sep 17 00:00:00 2001 From: KaiSD Date: Wed, 4 Sep 2019 08:17:10 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'ace/index.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ace/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ace/index.html b/ace/index.html index 7e61d5d..0495f08 100644 --- a/ace/index.html +++ b/ace/index.html @@ -13,7 +13,7 @@ overflow: hidden; } .inner { - margin-top: 25px; + margin-top: 28px; position: absolute; top: 0; bottom: 0; @@ -21,13 +21,14 @@ right: 0; } .toolbar { - height: 25px; + height: 28px; background: #232B30; /* old browsers */ background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */ } .btn { + height: 25px; outline: 0; padding: 3px 8px; color: #9fa8b0;