Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/firstRun.css

Issue 5767210236641280: Issue 2053 - Replace Adblock Plus logo on the first-run page (Closed)
Patch Set: Created Feb. 26, 2015, 7:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skin/abp-icon-big.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « skin/abp-icon-big.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld