Commit 42dc20580a7780f7bd5e7bf379a6b7c5c089e66d

Authored by Nathan Broadbent
1 parent 5b525e44
Exists in master and in 1 other branch production

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,18 +687,17 @@ table.backtrace td {
687 width: 100%; 687 width: 100%;
688 padding: 0; 688 padding: 0;
689 margin: 0; 689 margin: 0;
690 - color: #A2A2A2; 690 + color: #C7C7C7;
691 background-color: #222 !important; 691 background-color: #222 !important;
692 } 692 }
693 table.backtrace ul.line-numbers { 693 table.backtrace ul.line-numbers {
694 padding-top: 1px; 694 padding-top: 1px;
695 } 695 }
696 table.backtrace ul.line-numbers li { 696 table.backtrace ul.line-numbers li {
697 - border-bottom: 0;  
698 - text-align: right; 697 + border-bottom: 1px solid transparent;
699 font-size: 13px; 698 font-size: 13px;
700 line-height: 20px; 699 line-height: 20px;
701 - padding-bottom: 1px; 700 + text-align: right;
702 } 701 }
703 702
704 table.backtrace ul.lines { 703 table.backtrace ul.lines {
@@ -706,7 +705,7 @@ table.backtrace ul.lines { @@ -706,7 +705,7 @@ table.backtrace ul.lines {
706 overflow: auto; 705 overflow: auto;
707 } 706 }
708 table.backtrace ul.lines li { 707 table.backtrace ul.lines li {
709 - border-bottom: 1px solid #2B2B2B; 708 + border-bottom: 1px solid #2A2A2A;
710 font-size: 13px; 709 font-size: 13px;
711 line-height: 20px; 710 line-height: 20px;
712 white-space: nowrap; 711 white-space: nowrap;