Commit fab42a612e2be3acf5489e86cf003003249a3c4d
Exists in
master
and in
4 other branches
Merge pull request #814 from kugaevsky/patch-1
Minor headers styles in readme fix: increased line-height for h1..h4.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/tree.scss
@@ -194,6 +194,12 @@ | @@ -194,6 +194,12 @@ | ||
194 | #tree-readme-holder .readme { | 194 | #tree-readme-holder .readme { |
195 | @include shade; | 195 | @include shade; |
196 | margin-bottom:20px; | 196 | margin-bottom:20px; |
197 | + h1, h2 { | ||
198 | + line-height: 56px; | ||
199 | + } | ||
200 | + h3, h4 { | ||
201 | + line-height: 46px; | ||
202 | + } | ||
197 | } | 203 | } |
198 | 204 | ||
199 | a.tree-commit-link { | 205 | a.tree-commit-link { |