Skip to content

Commit

Permalink
Merge pull request #10426 from tkrajcar/rescue-h1-fix
Browse files Browse the repository at this point in the history
Add styling to h1 for default rescue layout
  • Loading branch information
carlosantoniodasilva committed May 2, 2013
2 parents 927d345 + 3bd887d commit a6a8415
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
padding: 0.5em 1.5em;
}

h1 {
margin: 0.2em 0;
line-height: 1.1em;
font-size: 2em;
}

h2 {
color: #C52F24;
line-height: 25px;
Expand Down

0 comments on commit a6a8415

Please sign in to comment.