Commit fab42a612e2be3acf5489e86cf003003249a3c4d

Authored by Dmitriy Zaporozhets
2 parents 17bd6b13 c0fa6857

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 194 #tree-readme-holder .readme {
195 195 @include shade;
196 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 205 a.tree-commit-link {
... ...