Commit c0fa68572e952fc2b5bb979776a6e6dc29f5b846

Authored by Nick Kugaevsky
1 parent 0a3874f6

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 {