mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
Vorschlag aus https://debianforum.de/forum/viewtopic.php?f=14&t=165808#p1137437 ungefähr umgesetzt
This commit is contained in:
@@ -214,7 +214,7 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
|||||||
/* Site description and logo */
|
/* Site description and logo */
|
||||||
#site-description {
|
#site-description {
|
||||||
float: left;
|
float: left;
|
||||||
width: 65%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-description h1 {
|
#site-description h1 {
|
||||||
|
|||||||
@@ -314,7 +314,11 @@ url("./images/icon_post_quote.gif")
|
|||||||
}
|
}
|
||||||
|
|
||||||
#site-description {
|
#site-description {
|
||||||
padding-left: 40px;
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#site-description p {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site-description h1 {
|
#site-description h1 {
|
||||||
@@ -326,9 +330,9 @@ padding-left: 40px;
|
|||||||
h1 {
|
h1 {
|
||||||
color: #606060;
|
color: #606060;
|
||||||
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
|
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
|
||||||
font-size: 40px;
|
font-size: 30px;
|
||||||
font-weight: 100;
|
font-weight: bold;
|
||||||
margin: 14px 0 0 69px;
|
margin: 14px 0 0 49px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -340,9 +344,10 @@ h1 {
|
|||||||
|
|
||||||
|
|
||||||
.imageset.site_logo {
|
.imageset.site_logo {
|
||||||
padding-top: 80px;
|
padding-top: 50px;
|
||||||
background-image: url("./images/site_logo.gif");
|
background-image: url("./images/site_logo.gif");
|
||||||
padding-left: 80px;
|
background-size: 40px;
|
||||||
|
padding-left: 50px;
|
||||||
/* background: transparent none no-repeat scroll 0 0; */
|
/* background: transparent none no-repeat scroll 0 0; */
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user