Изменить 'ace/index.html'
This commit is contained in:
@@ -9,10 +9,6 @@
|
|||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
body {
|
body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
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 */
|
|
||||||
}
|
}
|
||||||
.inner {
|
.inner {
|
||||||
margin-top: 36px;
|
margin-top: 36px;
|
||||||
@@ -22,6 +18,14 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
.toolbar {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
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 {
|
.btn {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user