Skip to content

Commit

Permalink
Fix unpleasant looking titles on content pages
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Dec 13, 2012
1 parent 916f674 commit 8d844b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions assets/stylesheets/sass/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,8 @@ h2 {
.row-fluid h2 {
line-height: 1em;
margin-bottom: 10px; }

.container-fluid .row-fluid {
padding-top: 60px; }
.container-fluid .row-fluid h2 {
line-height: 2em; }
10 changes: 7 additions & 3 deletions assets/stylesheets/sass/styles.sass
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ code
h2
line-height: 2em



@media (min-width: 767px) and (max-width: 979px)
body
background: none
Expand Down Expand Up @@ -133,4 +131,10 @@ h2
padding-top: 30px
h2
line-height: 1em
margin-bottom: 10px
margin-bottom: 10px

.container-fluid
.row-fluid
padding-top: 60px
h2
line-height: 2em

0 comments on commit 8d844b1

Please sign in to comment.