소스 검색

Изменить '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;


불러오는 중...
취소
저장