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

Delta Between Two Patch Sets: 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
Left Patch Set: Removed fr/index.json Created May 2, 2017, 10:23 a.m.
Right Patch Set: Removed '>' from selector Created May 2, 2017, 2:54 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « includes/index.tmpl ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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, 177 #terms-message,
178 .terms-message > a 178 #terms-message a
179 { 179 {
180 font-size: 12px; 180 font-size: 12px;
181 } 181 }
182 182
183 /* 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
184 specificity otherwise (overrides text color) */ 184 specificity otherwise (overrides text color) */
185 #install .install-button 185 #install .install-button
186 { 186 {
187 display: none; 187 display: none;
188 position: relative; 188 position: relative;
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 #more-container.opera #more-opera, 699 #more-container.opera #more-opera,
700 #more-container.android #more-android, 700 #more-container.android #more-android,
701 #more-container.internet-explorer #more-internet-explorer, 701 #more-container.internet-explorer #more-internet-explorer,
702 #more-container.safari #more-safari, 702 #more-container.safari #more-safari,
703 #more-container.yandex-browser #more-yandex-browser, 703 #more-container.yandex-browser #more-yandex-browser,
704 #more-container.maxthon #more-maxthon 704 #more-container.maxthon #more-maxthon
705 #more-container.edge #more-edge 705 #more-container.edge #more-edge
706 { 706 {
707 background-color: #dbd4c7; 707 background-color: #dbd4c7;
708 } 708 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld