Index: skin/firstRun.css |
=================================================================== |
--- a/skin/firstRun.css |
+++ b/skin/firstRun.css |
@@ -74,17 +74,17 @@ li |
list-style-type: none; |
} |
header |
{ |
background-image: url(background.png); |
background-repeat: repeat-x; |
width: 100%; |
- padding: 40px 0 0 0; |
+ padding: 25px 0 0 0; |
} |
header h1 |
{ |
font-size: 24px; |
font-weight: normal; |
color: #57ab5b; |
text-align: center; |
@@ -147,18 +147,18 @@ section |
section > p |
{ |
margin: 15px 0 0 0; |
} |
#logo |
{ |
margin: 0 auto; |
- height: 100px; |
- width: 99px; |
+ height: 128px; |
+ width: 128px; |
display: block; |
background-image: url(abp-icon-big.png); |
Thomas Greiner
2015/02/27 10:51:23
For consistency's sake and to avoid duplication I'
Wladimir Palant
2015/02/27 16:17:25
I considered that already. However, avoiding dupli
Thomas Greiner
2015/02/27 16:22:49
Ok, I'm fine with addressing this later on.
|
background-repeat: no-repeat; |
} |
#can-do-more |
{ |
max-width: 960px; |