1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Fix border colors.

This commit is contained in:
Florian Kissling 2015-04-28 02:36:57 +02:00
parent f061ada2e1
commit 58eadd5718
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
padding: 9px 14px;
margin-bottom: 20px;
margin-top: 20px;
border: 1px solid #e1e1e8;
border: 1px solid #e8e8e8;
&.linenums {
-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;

View File

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