summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/tree.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/tree.scss b/app/assets/stylesheets/tree.scss
index e7677d7024c..8bdcf0d155c 100644
--- a/app/assets/stylesheets/tree.scss
+++ b/app/assets/stylesheets/tree.scss
@@ -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 {