From cca0486b55d19d5c7d52b87b4c6bc3711997ac8d Mon Sep 17 00:00:00 2001 From: Michael Haschke Date: Tue, 18 Oct 2011 18:54:56 +0200 Subject: [PATCH] [mod] thinning level 2 headlines, moving visual focus to sub items --- foafpressapp/styles/default/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foafpressapp/styles/default/all.css b/foafpressapp/styles/default/all.css index 71fe8b4..3d15376 100644 --- a/foafpressapp/styles/default/all.css +++ b/foafpressapp/styles/default/all.css @@ -218,7 +218,7 @@ h1, h2, h3, h4 } h1 { font-size:1.6176em; line-height:1.0000; margin-bottom: 0.5000em; } -h2 { font-size:1.2353em; line-height:1.3095; margin-bottom: 0.6547em; } +h2 { font-size:1.2353em; line-height:1.3095; margin-bottom: 0.6547em; font-weight: normal; } h3 { text-transform: uppercase; } h3, h4 { font-size:1.0000em; line-height:1.6176; margin-bottom: 0.8088em; }