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

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

Issue 29458622: Issue 4920 - Add "Ready for Windows" section to adblockplus.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Style fixes Created June 21, 2017, 8:29 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 | « static/css/index-mobile.css ('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 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 font-size: 25px; 289 font-size: 25px;
290 } 290 }
291 291
292 #content h3 292 #content h3
293 { 293 {
294 font-size: 20px; 294 font-size: 20px;
295 } 295 }
296 296
297 #adblock-browser-notification 297 #adblock-browser-notification
298 { 298 {
299 box-sizing: border-box;
300 color: #000000;
301 font-size: 16px;
302 background-color: #ffffff;
303 text-align: center; 299 text-align: center;
304 border: 2px solid #a1a1a1;
305 padding: 20px;
306 } 300 }
307 301
308 #adblock-browser-notification a 302 #adblock-browser-notification a
309 { 303 {
310 font-weight: bold; 304 font-weight: bold;
311 } 305 }
312 306
313 #adblock-browser-notification img 307 #adblock-browser-notification img
314 { 308 {
315 vertical-align: bottom; 309 vertical-align: bottom;
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 447
454 [dir="ltr"] .alert 448 [dir="ltr"] .alert
455 { 449 {
456 border-left: 5px solid #d14841; 450 border-left: 5px solid #d14841;
457 } 451 }
458 452
459 [dir="rtl"] .alert 453 [dir="rtl"] .alert
460 { 454 {
461 border-right: 5px solid #d14841; 455 border-right: 5px solid #d14841;
462 } 456 }
OLDNEW
« no previous file with comments | « static/css/index-mobile.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld