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

Unified Diff: html/static/css/firstRun.css

Issue 5477003205541888: Issue #1230 - Wrong Facebook/G+/Twitter icons on the first-run page (Closed)
Patch Set: Remove old social networks icons Created Oct. 27, 2014, 12:32 a.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 | « no previous file | html/static/img/social/facebook-old.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: html/static/css/firstRun.css
===================================================================
--- a/html/static/css/firstRun.css
+++ b/html/static/css/firstRun.css
@@ -77,8 +77,8 @@
.share-image
{
- width: 64px;
- height: 64px;
+ width: 82px;
+ height: 82px;
}
#share-images2
@@ -116,17 +116,17 @@
.share-facebook
{
- background-image: url(../img/social/facebook-old.png);
+ background-image: url(../img/social/facebook.png);
}
.share-twitter
{
- background-image: url(../img/social/twitter-old.png);
+ background-image: url(../img/social/twitter.png);
}
.share-gplus
{
- background-image: url(../img/social/gplus-old.png);
+ background-image: url(../img/social/gplus.png);
}
#glass-pane, #share-popup
« no previous file with comments | « no previous file | html/static/img/social/facebook-old.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld