reduce heading size in comments, fix #26

This commit is contained in:
Martin Zimmermann 2013-12-12 12:10:45 +01:00
parent c5daa66c82
commit 79112940e6

View File

@ -91,6 +91,11 @@ a {
margin-bottom: 0.2em;
}
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
}
> div.textarea-wrapper textarea {
@ -210,4 +215,4 @@ a {
}
}
}
}
}