# HG changeset patch # User Chris Cannam # Date 1371809941 -3600 # Node ID 9dbf79aee6dad3dbc8a55cb33d5f68244d0cb622 # Parent 041b794f2a3169c5bd5317b29a6147a272178c12 Make the smaller wiki headers a bit less teeny (fixing #586) diff -r 041b794f2a31 -r 9dbf79aee6da public/stylesheets/application.css --- a/public/stylesheets/application.css Fri Jun 21 11:12:59 2013 +0100 +++ b/public/stylesheets/application.css Fri Jun 21 11:19:01 2013 +0100 @@ -5,7 +5,12 @@ #content h1, h2, h3, h4 {color: #555;} h2, .wiki h1 {font-size: 20px;} h3, .wiki h2 {font-size: 16px;} -h4, .wiki h3 {font-size: 13px;} +h4, .wiki h4, .wiki h5, .wiki h6 {font-size: 14px;} +.wiki h3 {font-size: 15px;} +.wiki h5 {font-weight: normal; font-style: italic; } +.wiki h6 {font-weight: normal; font-style: normal; } + + h4 {border-bottom: 1px dotted #bbb;} /***** Layout *****/