소스 검색

Fix border colors.

Florian Kissling 10 년 전
부모
커밋
58eadd5718
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      docs/_sass/_prettify.scss
  2. 1 1
      docs/_sass/_s2-docs-home.scss

+ 1 - 1
docs/_sass/_prettify.scss

@@ -28,7 +28,7 @@
   padding: 9px 14px;
   padding: 9px 14px;
   margin-bottom: 20px;
   margin-bottom: 20px;
   margin-top: 20px;
   margin-top: 20px;
-  border: 1px solid #e1e1e8;
+  border: 1px solid #e8e8e8;
   &.linenums {
   &.linenums {
     -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
        -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
        -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;

+ 1 - 1
docs/_sass/_s2-docs-home.scss

@@ -3,7 +3,7 @@
   color: #777;
   color: #777;
   background-color: #FAFAFA;
   background-color: #FAFAFA;
   border-top: 1px solid #FFF;
   border-top: 1px solid #FFF;
-  border-bottom: 1px solid #E5E5E5;
+  border-bottom: 1px solid #eee;
   a {
   a {
     font-weight: bold;
     font-weight: bold;
   }
   }