瀏覽代碼

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

master
KaiSD 5 年之前
父節點
當前提交
3cafc52d16
共有 1 個檔案被更改,包括 8 行新增4 行删除
  1. +8
    -4
      ace/index.html

+ 8
- 4
ace/index.html 查看文件

@@ -9,10 +9,6 @@
<style type="text/css" media="screen">
body {
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 {
margin-top: 36px;
@@ -22,6 +18,14 @@
left: 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 {
outline: 0;
padding: 3px 8px;


Loading…
取消
儲存