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

Side by Side Diff: html/static/css/firstRun.css

Issue 5024350814076928: Issue 1103 - Migrate Simple Adblock users
Patch Set: Use registry instead of prefs for storing the Simple Adblock mark Created Aug. 7, 2015, 10:34 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 | « no previous file | html/static/js/firstRun.js » ('j') | src/engine/Main.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 font-family: Arial, Helvetica, sans-serif; 3 font-family: Arial, Helvetica, sans-serif;
4 font-size: 1.1em; 4 font-size: 1.1em;
5 text-align: center; 5 text-align: center;
6 background-image: url(../img/background.png); 6 background-image: url(../img/background.png);
7 margin: auto; 7 margin: auto;
8 line-height: 1.5; 8 line-height: 1.5;
9 } 9 }
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 { 152 {
153 visibility: visible; 153 visibility: visible;
154 opacity: 1; 154 opacity: 1;
155 } 155 }
156 156
157 #share-popup.visible 157 #share-popup.visible
158 { 158 {
159 -ms-transition-duration: 0.15s; 159 -ms-transition-duration: 0.15s;
160 transition-duration: 0.15s; 160 transition-duration: 0.15s;
161 } 161 }
162
163 #upgrade-from-other-plugin
164 {
165 text-align: center;
166 display: none;
167 }
OLDNEW
« no previous file with comments | « no previous file | html/static/js/firstRun.js » ('j') | src/engine/Main.cpp » ('J')

Powered by Google App Engine
This is Rietveld