Index: skin/firstRun.css |
=================================================================== |
--- a/skin/firstRun.css |
+++ b/skin/firstRun.css |
@@ -150,18 +150,16 @@ section > p |
} |
#logo |
{ |
margin: 0 auto; |
height: 128px; |
Sebastian Noack
2015/03/02 14:25:02
Any reason to still specify the size for the <img>
Wladimir Palant
2015/03/02 14:34:17
As the image is loaded with a delay, not specifyin
Sebastian Noack
2015/03/02 14:35:08
Alright.
|
width: 128px; |
display: block; |
- background-image: url(abp-icon-big.png); |
- background-repeat: no-repeat; |
} |
#can-do-more |
{ |
max-width: 960px; |
padding: 40px 0px 0px 0px; |
border-bottom: 4px solid #968D81; |
} |