Skip to content

Commit

Permalink
Merge pull request #48 from silverwind/master
Browse files Browse the repository at this point in the history
Reduce top and bottom padding in the code editor
  • Loading branch information
Mottie committed Sep 29, 2013
2 parents 0a1825e + 238a3e5 commit 563eb0b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@
.linkable-line-number {
border-right: #555 1px solid !important;
}
/* code editor padding - code */
.file-code-line .blob-line-code .highlight {
padding-bottom: 0px !important;
padding-top: 0px !important;
}
/* code editor padding - line numbers */
.file-code-line .blob-line-nums {
padding: 0px !important;
}
/* ace (gist editor) */
.ace_cursor {
border-left-color: #ddd !important;
Expand Down Expand Up @@ -452,7 +461,7 @@
#contributions-calendar .contrib-details div,.mini-icon-remove-close:hover {
color: #777 !important;
}

/* darkest text; Context pane highlight item */
.context-pane .selector-item:hover a,.mega-icon:before,.repo-label span,#notification-center li.unread a,
.mini-icon-public-repo:before,.mini-icon-pull-request,.mini-icon-remove-close,.mini-icon-link,.mega-octicon:before {
Expand Down Expand Up @@ -800,7 +809,7 @@
background: #300 !important;
border-color: #500 !important;
color: #ccc !important;
}
}
/* git diff inline deletions (red) */
.highlight .gd .x {
background: #200 !important;
Expand Down

0 comments on commit 563eb0b

Please sign in to comment.