diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 14:44:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-09-13 14:44:42 +0300 |
commit | 5c5838e2a47ed242000949cc2395b8fee69bdce7 (patch) | |
tree | cac47c43bae8adb5517f406c4c1c218a2ff9a133 /www/brep-common.css | |
parent | f6e7500c850decfab1845fdbb35ef5f5f3bd16ce (diff) |
Add heading styles to brep-common.css
Diffstat (limited to 'www/brep-common.css')
-rw-r--r-- | www/brep-common.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/brep-common.css b/www/brep-common.css index 1a90dda..edeed6c 100644 --- a/www/brep-common.css +++ b/www/brep-common.css @@ -9,6 +9,33 @@ } /* + * Headings. + */ +h1 +{ + font-weight: normal; + font-size: 2.074em; + line-height: 1.4em; + margin: 1.2em 0 .6em 0; +} + +h2 +{ + font-weight: normal; + font-size: 1.556em; + line-height: 1.4em; + margin: 1.2em 0 .6em 0; +} + +h3 +{ + font-weight: normal; + font-size: 1.3em; + line-height: 1.4em; + margin: 1.2em 0 .6em 0; +} + +/* * Form layout table. */ .form-table |