From c3c2422a500bc8e3b6be996c0fd0eeb8c3b30d29 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 31 Jul 2016 21:11:38 -0400 Subject: html css, (root) heading size --- lib/sisu/css.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sisu') 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;} -- cgit v1.2.3