Commit 9cf439f789204618f0bfde0de2e5d7776267c988
1 parent
802d584d
Exists in
master
and in
1 other branch
Added very faint line under line numbers for backtrace [ci skip]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -694,7 +694,7 @@ table.backtrace ul.line-numbers { |
694 | 694 | padding-top: 1px; |
695 | 695 | } |
696 | 696 | table.backtrace ul.line-numbers li { |
697 | - border-bottom: 1px solid transparent; | |
697 | + border-bottom: 1px solid #F0F0F0; | |
698 | 698 | font-size: 13px; |
699 | 699 | line-height: 20px; |
700 | 700 | text-align: right; | ... | ... |