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
1 parent 30dcd48 commit 417bdbb
Showing 1 changed file with 6 additions and 0 deletions.
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 417bdbb

Please sign in to comment.