Skip to content

Commit

Permalink
console fixes for border doubling
Browse files Browse the repository at this point in the history
  • Loading branch information
james2doyle committed Jan 12, 2013
1 parent db832f9 commit 6c6f702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ button.status-bar-item.toggled-on .glyph {
}

#-webkit-web-inspector #console-messages .console-message, #-webkit-web-inspector .console-user-command {
border-top: none !important;
border-bottom: 1px solid #444 !important;
}

Expand Down Expand Up @@ -445,6 +446,7 @@ button.status-bar-item.toggled-on .glyph {

#-webkit-web-inspector #console-prompt {
color: #f1f1f1 !important;
border-top: none !important;
border-bottom: 1px solid #444 !important;
}

Expand Down

0 comments on commit 6c6f702

Please sign in to comment.