Commit 7a0a865faa743b230d59ff517c3aab8ed38dcb21

Authored by Nathan Broadbent
1 parent 55f6db97
Exists in master and in 1 other branch production

Backtrace does look better without borders. [ci skip]

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
public/stylesheets/application.css
@@ -702,15 +702,14 @@ table.backtrace th.line-numbers { @@ -702,15 +702,14 @@ table.backtrace th.line-numbers {
702 border-bottom: 1px solid #F0F0F0; 702 border-bottom: 1px solid #F0F0F0;
703 font-size: 13px; 703 font-size: 13px;
704 text-align: right; 704 text-align: right;
705 - vertical-align: middle; 705 + vertical-align: top;
706 padding: 1px 6px 1px 7px; 706 padding: 1px 6px 1px 7px;
707 } 707 }
708 708
709 table.backtrace td.lines { 709 table.backtrace td.lines {
710 - border-bottom: 1px solid #2A2A2A;  
711 font-size: 13px; 710 font-size: 13px;
712 padding-left: 8px; 711 padding-left: 8px;
713 - vertical-align: middle; 712 + vertical-align: top;
714 white-space: nowrap; 713 white-space: nowrap;
715 } 714 }
716 table.backtrace td.lines.in-app { 715 table.backtrace td.lines.in-app {