1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

header etwas kleiner

This commit is contained in:
eggy
2017-07-22 23:29:38 +02:00
parent c4143b6d12
commit d2c30dbe76
2 changed files with 7 additions and 7 deletions

View File

@@ -202,7 +202,7 @@ a:hover { text-decoration: underline; }
.logo {
float: left;
width: auto;
padding: 10px 13px 0 10px;
padding: 2px 13px 0 10px;
}
.logo:hover {
@@ -215,7 +215,7 @@ a:hover { text-decoration: underline; }
padding: 10px 13px 0 10px;
color: #606060;
font-family: "Bitstream Vera Serif",Georgia,Palatino,serif;
font-size: 40px;
font-size: 32;
font-weight: 100;
margin: 14px 0 0 69px;
}
@@ -227,10 +227,10 @@ a:hover { text-decoration: underline; }
}
.site_logo {
padding-top: 80px;
padding-top: 70px;
background-image: url("./images/site_logo.gif");
background-repeat:no-repeat;
padding-left: 80px;
padding-left: 60px;
display: inline-block !important;
height: 0;
margin-left: 2px;
@@ -250,7 +250,7 @@ a:hover { text-decoration: underline; }
/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
margin-bottom: 4px;
margin-bottom: 1px;
padding: 5px;
border-radius: 7px;
}