Merge pull request #814 from kugaevsky/patch-1

Minor headers styles in readme fix: increased line-height for h1..h4.
This commit is contained in:
Dmitriy Zaporozhets 2012-05-15 01:08:30 -07:00
commit fab42a612e

View file

@ -194,6 +194,12 @@
#tree-readme-holder .readme {
@include shade;
margin-bottom:20px;
h1, h2 {
line-height: 56px;
}
h3, h4 {
line-height: 46px;
}
}
a.tree-commit-link {