Minor headers styles in readme fix: increased line-height for h1..h4.

This commit is contained in:
Nick Kugaevsky 2012-05-12 16:50:57 +04:00
parent 0a3874f6a3
commit c0fa68572e

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 {