diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-09-24 15:07:58 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-09-24 15:07:58 +0100 |
commit | 57486aeb726bb30056919ebd68c2aca702011ec1 (patch) | |
tree | f84c267529a6812924a2334f59db62400c85ec62 /lib/sisu/v0/css.rb | |
parent | html toc, css, cosmetic fix for rights and prefix in toc (diff) |
toc, css, distinguish "Document Information (metadata)" link from other links, made smaller
Diffstat (limited to 'lib/sisu/v0/css.rb')
-rw-r--r-- | lib/sisu/v0/css.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v0/css.rb b/lib/sisu/v0/css.rb index 13e5e026..febf0cd1 100644 --- a/lib/sisu/v0/css.rb +++ b/lib/sisu/v0/css.rb @@ -422,7 +422,7 @@ WOK text-align: right; } - h1, h2, h3, h4, h5, h6 { + h0, h1, h2, h3, h4, h5, h6 { display: block; font-family: #{fonts}; font-weight: bold; @@ -642,6 +642,9 @@ WOK h6 { font-size: 100%; } + h0 { + font-size: 80%; + } h1.norm, h2.norm, h3.norm { font-size: 110%; margin-left: 10mm; |