From 51cd1c4dbdd684dd9a2d487770b6f28d67a25ccc Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Mon, 20 May 2013 22:51:44 +0200 Subject: start using fieldset + legend for showing data --- layout/style.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'layout') diff --git a/layout/style.css b/layout/style.css index 56b7644..a828a8d 100644 --- a/layout/style.css +++ b/layout/style.css @@ -30,12 +30,8 @@ h1 { } h2 { - font-size: 1.3em; - margin: 1em 0 0 0; -} - -h3 { - font-size: 1em; + font-size: 1.1em; + font-weight: normal; } a:link, a:visited, a:active { @@ -130,3 +126,15 @@ hr { display: inline-block; margin-bottom: 0.3em; } + +fieldset { + margin-top: 20px; + padding: 0; + border: 0; +} + +legend { + padding: 0; + font-size: 1.4em; + font-weight: normal; +} -- cgit v1.1