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

Side by Side Diff: chrome/skin/firstRun.css

Issue 11533106: Prepared adblockplus for Safari (Closed)
Patch Set: Made first run page always (also in FF) generated Created Oct. 31, 2013, 10:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/locale/en-US/firstRun.properties ('k') | metadata.gecko » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * This file is part of Adblock Plus <http://adblockplus.org/>, 2 * This file is part of Adblock Plus <http://adblockplus.org/>,
3 * Copyright (C) 2006-2013 Eyeo GmbH 3 * Copyright (C) 2006-2013 Eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 background-image: url(social/renren.png); 554 background-image: url(social/renren.png);
555 background-repeat: no-repeat; 555 background-repeat: no-repeat;
556 } 556 }
557 557
558 #share-weibo 558 #share-weibo
559 { 559 {
560 background-image: url(social/weibo.png); 560 background-image: url(social/weibo.png);
561 background-repeat: no-repeat; 561 background-repeat: no-repeat;
562 } 562 }
563 563
564 #legacySafariWarning,
564 #dataCorruptionWarning 565 #dataCorruptionWarning
565 { 566 {
566 font-size: 160%; 567 font-size: 160%;
567 border: 3px dashed red; 568 border: 3px dashed red;
568 text-align: center; 569 text-align: center;
569 } 570 }
570 571
571 #social ul 572 #social ul
572 { 573 {
573 list-style: none; 574 list-style: none;
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 background-image: url(donate.png); 753 background-image: url(donate.png);
753 background-repeat: repeat-x; 754 background-repeat: repeat-x;
754 } 755 }
755 756
756 footer 757 footer
757 { 758 {
758 margin: 0 auto 30px; 759 margin: 0 auto 30px;
759 max-width: 960px; 760 max-width: 960px;
760 text-align: center; 761 text-align: center;
761 } 762 }
OLDNEW
« no previous file with comments | « chrome/locale/en-US/firstRun.properties ('k') | metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld