Mercurial > hg > soundsoftware-site
changeset 1343:9dbf79aee6da cannam
Make the smaller wiki headers a bit less teeny (fixing #586)
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 21 Jun 2013 11:19:01 +0100 |
parents | 041b794f2a31 |
children | e5d5cb1bc3be a6a25685e5a6 |
files | public/stylesheets/application.css |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 *****/