Merge pull request #286 from maliayas/patch-2

Improve code view
This commit is contained in:
Naoki Takezoe
2014-03-25 02:06:20 +09:00
2 changed files with 20 additions and 9 deletions

View File

@@ -458,10 +458,9 @@ ul#commit-file-list li.border {
li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
list-style-type: decimal;
background: white;
}
li.L1, li.L3, li.L5, li.L7, li.L9 {
background: #f5f5f5;
border-left: 1px solid #E5E5E5;
padding-left: 10px;
color: rgba(0, 0, 0, 0.3);
}
pre.blob {