diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-07-31 21:11:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2016-07-31 21:14:10 -0400 |
commit | c3c2422a500bc8e3b6be996c0fd0eeb8c3b30d29 (patch) | |
tree | e064314b1c737de015b8bd36ecf17c28801cc48d /lib | |
parent | version & changelog, open commit window (diff) |
html css, (root) heading size
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/css.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/css.rb b/lib/sisu/css.rb index e22df333..aae9aeb8 100644 --- a/lib/sisu/css.rb +++ b/lib/sisu/css.rb @@ -1309,6 +1309,7 @@ WOK h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, h7.center { text-align: center; } + h0 { font-size: 125%; } h1 { font-size: 120%; } h2 { font-size: 115%; } h3 { font-size: 110%; } @@ -1316,7 +1317,6 @@ WOK h5 { font-size: 100%; } h6 { font-size: 100%; } h7 { font-size: 100%; } - h0 { font-size: 80%; } h1.i {margin-left: 2em;} h2.i {margin-left: 3em;} |