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

Unified Diff: pages/share.raw

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 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 | « pages/safari.raw ('k') | pages/source.raw » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/share.raw
===================================================================
--- a/pages/share.raw
+++ b/pages/share.raw
@@ -33,19 +33,19 @@
#facebook
{
- background-image: url("/facebook.png");
+ background-image: url("/facebook.png");
background-color: #8e9bb2;
}
#twitter
{
- background-image: url("/twitter.png");
+ background-image: url("/twitter.png");
background-color: #64abcb;
}
#gplus
{
- background-image: url("/googleplus.png");
+ background-image: url("/googleplus.png");
background-color: #cf6d5c;
}
@@ -104,7 +104,7 @@
function initGooglePlus()
{
-
+
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
« no previous file with comments | « pages/safari.raw ('k') | pages/source.raw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld