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

Unified Diff: skin/firstRun.css

Issue 5244235691327488: Issue 2072 - Don`t duplicate 128x128 icon in Chrome builds (Closed)
Patch Set: Created March 2, 2015, 2:12 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
« firstRun.js ('K') | « skin/abp-128.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
@@ -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;
}
« firstRun.js ('K') | « skin/abp-128.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld