From: Matteo Nastasi (mop) Date: Wed, 10 Feb 2016 06:13:30 +0000 (+0100) Subject: add default for h* tag items X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=5d57557228a466f408c19a47490cca2ee0fc9ed7 add default for h* tag items --- diff --git a/web/brisk.css b/web/brisk.css index 75b4975..30dc209 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -38,6 +38,37 @@ body { align: center; } +h1 { + font-size: 200%; + margin: 0px; +} + +h2 { + font-size: 180%; + margin: 0px; +} + +h3 { + font-size: 160%; + margin: 0px; +} + +h4 { + font-size: 140%; + margin: 0px; +} + +h5 { + font-size: 120%; + margin: 0px; +} + +h6 { + font-size: 110%; + margin: 0px; +} + + div { font-size: 100%; }