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

Side by Side Diff: static/css/index.css

Issue 29424810: Issue 5191 - Add Terms of Use to adblockplus.org homepage (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Removed locale logic Created May 2, 2017, 12:21 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content h1, #content h2 1 #content h1, #content h2
2 { 2 {
3 font-size: 16px; 3 font-size: 16px;
4 } 4 }
5 5
6 #content .sprite 6 #content .sprite
7 { 7 {
8 background-image: url(../img/sprite-index.png); 8 background-image: url(../img/sprite-index.png);
9 } 9 }
10 10
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 margin-left: 0px; 167 margin-left: 0px;
168 } 168 }
169 169
170 #content h3.edge-message, 170 #content h3.edge-message,
171 #content h3.edge-message a 171 #content h3.edge-message a
172 { 172 {
173 color: #2d79c0; 173 color: #2d79c0;
174 font-size: 20px; 174 font-size: 20px;
175 } 175 }
176 176
177 .terms-message,
178 .terms-message > a
saroyanm 2017/05/02 14:22:32 A detail: We can use IDs instead, while it's suppo
juliandoucette 2017/05/02 14:42:35 Done.
saroyanm 2017/05/02 14:50:09 I meant "#terms-message a" instead of "#terms-mess
juliandoucette 2017/05/02 14:55:03 Done.
179 {
180 font-size: 12px;
181 }
182
177 /* This cannot be just .install-button because a:link will have a higher 183 /* This cannot be just .install-button because a:link will have a higher
178 specificity otherwise (overrides text color) */ 184 specificity otherwise (overrides text color) */
179 #install .install-button 185 #install .install-button
180 { 186 {
181 display: none; 187 display: none;
182 position: relative; 188 position: relative;
183 width: 305px; 189 width: 305px;
184 height: 50px; 190 height: 50px;
185 color: #fff; 191 color: #fff;
186 font-size: 20px; 192 font-size: 20px;
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 #more-container.opera #more-opera, 699 #more-container.opera #more-opera,
694 #more-container.android #more-android, 700 #more-container.android #more-android,
695 #more-container.internet-explorer #more-internet-explorer, 701 #more-container.internet-explorer #more-internet-explorer,
696 #more-container.safari #more-safari, 702 #more-container.safari #more-safari,
697 #more-container.yandex-browser #more-yandex-browser, 703 #more-container.yandex-browser #more-yandex-browser,
698 #more-container.maxthon #more-maxthon 704 #more-container.maxthon #more-maxthon
699 #more-container.edge #more-edge 705 #more-container.edge #more-edge
700 { 706 {
701 background-color: #dbd4c7; 707 background-color: #dbd4c7;
702 } 708 }
OLDNEW
« includes/index.tmpl ('K') | « includes/index.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld