From 5ac94f5073678480c6596bf5403225c7b802feb3 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 3 Jul 2017 21:11:48 +0200 Subject: [PATCH] =?utf8?q?Vorschlag=20aus=20https://debianforum.de/forum/v?= =?utf8?q?iewtopic.php=3Ff=3D14&t=3D165808#p1137437=20ungef=C3=A4hr=20umge?= =?utf8?q?setzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- theme/common.css | 2 +- theme/stylesheet.css | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/theme/common.css b/theme/common.css index ca262cb..7d95cbb 100644 --- a/theme/common.css +++ b/theme/common.css @@ -214,7 +214,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul { /* Site description and logo */ #site-description { float: left; - width: 65%; + width: 60%; } #site-description h1 { diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 8e66cef..8d06d5a 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -314,7 +314,11 @@ url("./images/icon_post_quote.gif") } #site-description { -padding-left: 40px; +padding-left: 20px; +} + +#site-description p { + margin-bottom: 0.5em; } #site-description h1 { @@ -326,9 +330,9 @@ padding-left: 40px; h1 { color: #606060; font-family: "Bitstream Vera Serif",Georgia,Palatino,serif; - font-size: 40px; - font-weight: 100; - margin: 14px 0 0 69px; + font-size: 30px; + font-weight: bold; + margin: 14px 0 0 49px; } @@ -340,9 +344,10 @@ h1 { .imageset.site_logo { - padding-top: 80px; + padding-top: 50px; background-image: url("./images/site_logo.gif"); - padding-left: 80px; + background-size: 40px; + padding-left: 50px; /* background: transparent none no-repeat scroll 0 0; */ display: inline-block !important; height: 0; -- 2.39.5