From: Joern-Ingo Weigert Date: Fri, 8 Mar 2013 15:36:28 +0000 (+0100) Subject: Correcting margin-bottom of main_inner h3,h4 to fit spacer with sidemenu X-Git-Tag: v2.13-core68^2~43^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4435fd9a53b3300ff540d81f881a3cca4709290;p=people%2Fms%2Fipfire-2.x.git Correcting margin-bottom of main_inner h3,h4 to fit spacer with sidemenu --- diff --git a/html/html/themes/ipfire/include/style.css b/html/html/themes/ipfire/include/style.css index 2d1fb0ef93..2461a1499e 100644 --- a/html/html/themes/ipfire/include/style.css +++ b/html/html/themes/ipfire/include/style.css @@ -249,7 +249,7 @@ position: relative; { position: relative; font-size: 1.7em; -padding-bottom: 1.2em; +padding-bottom: 0.4em; } #main_inner .post ul.post_info diff --git a/html/html/themes/maniac/include/style.css b/html/html/themes/maniac/include/style.css index 388f55f150..eca34cb850 100644 --- a/html/html/themes/maniac/include/style.css +++ b/html/html/themes/maniac/include/style.css @@ -227,13 +227,13 @@ padding-top: 3.5em; { border-bottom: dotted 1px #E1E1E1; position: relative; +padding-bottom: 0.4em; } #main_inner h3 { font-size: 2.1em; padding-bottom: 0.1em; -margin-bottom: 0.8em; } #main_inner h4 @@ -253,7 +253,7 @@ position: relative; { position: relative; font-size: 1.7em; -padding-bottom: 1.2em; +padding-bottom: 0.4em; } #main_inner .post ul.post_info