Commit 42dc20580a7780f7bd5e7bf379a6b7c5c089e66d
1 parent
5b525e44
Exists in
master
and in
1 other branch
Adjusted styles, fixed alignment of line numbers in Safari by using identical style keys. [ci skip]
Showing
1 changed file
with
4 additions
and
5 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -687,18 +687,17 @@ table.backtrace td { |
687 | 687 | width: 100%; |
688 | 688 | padding: 0; |
689 | 689 | margin: 0; |
690 | - color: #A2A2A2; | |
690 | + color: #C7C7C7; | |
691 | 691 | background-color: #222 !important; |
692 | 692 | } |
693 | 693 | table.backtrace ul.line-numbers { |
694 | 694 | padding-top: 1px; |
695 | 695 | } |
696 | 696 | table.backtrace ul.line-numbers li { |
697 | - border-bottom: 0; | |
698 | - text-align: right; | |
697 | + border-bottom: 1px solid transparent; | |
699 | 698 | font-size: 13px; |
700 | 699 | line-height: 20px; |
701 | - padding-bottom: 1px; | |
700 | + text-align: right; | |
702 | 701 | } |
703 | 702 | |
704 | 703 | table.backtrace ul.lines { |
... | ... | @@ -706,7 +705,7 @@ table.backtrace ul.lines { |
706 | 705 | overflow: auto; |
707 | 706 | } |
708 | 707 | table.backtrace ul.lines li { |
709 | - border-bottom: 1px solid #2B2B2B; | |
708 | + border-bottom: 1px solid #2A2A2A; | |
710 | 709 | font-size: 13px; |
711 | 710 | line-height: 20px; |
712 | 711 | white-space: nowrap; | ... | ... |