Browse Source

Изменить 'ace/index.html'

master
KaiSD 4 years ago
parent
commit
bb8208f3f9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ace/index.html

+ 2
- 2
ace/index.html View File

@@ -13,7 +13,7 @@
overflow: hidden; overflow: hidden;
} }
.inner { .inner {
margin-top: 36px;
margin-top: 25px;
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
@@ -21,7 +21,7 @@
right: 0; right: 0;
} }
.toolbar { .toolbar {
height: 36px;
height: 25px;
background: #232B30; /* old browsers */ background: #232B30; /* old browsers */
background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */ 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 */ background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */


Loading…
Cancel
Save