diff --git a/app/assets/stylesheets/content/_wiki.sass b/app/assets/stylesheets/content/_wiki.sass index d6dc7306f7..b36fe20220 100644 --- a/app/assets/stylesheets/content/_wiki.sass +++ b/app/assets/stylesheets/content/_wiki.sass @@ -28,9 +28,24 @@ div.wiki font-size: $wiki-default-font-size + $wiki-max-heading-font-size: 24px line-height: 1.6em - h1, h2, h3 + // this should be the same as a normal heading (see toolbar) + h1 + padding: 12px 0 0 0 + border: 0 + font-size: $wiki-max-heading-font-size + line-height: 1.4 + height: 45px + h2 + font-size: $wiki-max-heading-font-size * 0.8 + h3 + font-size: $wiki-max-heading-font-size * 0.6 + h4 + font-size: $wiki-max-heading-font-size * 0.5 + + h2, h3 margin: 1em 0 1em 0 font-weight: bold color: #555555