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

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

Issue 29550786: Issue 5633 - Removed patterned background-images (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Removed images Created Sept. 21, 2017, 2:49 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
« no previous file with comments | « no previous file | static/css/simple.css » ('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 { 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;
10 background-image: url(../img/background.png);
11 margin: 0; 9 margin: 0;
12 line-height: 1.5; 10 line-height: 1.5;
13 } 11 }
14 12
15 a img 13 a img
16 { 14 {
17 border: none; 15 border: none;
18 } 16 }
19 17
20 a:link, a:visited 18 a:link, a:visited
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 447
450 [dir="ltr"] .alert 448 [dir="ltr"] .alert
451 { 449 {
452 border-left: 5px solid #d14841; 450 border-left: 5px solid #d14841;
453 } 451 }
454 452
455 [dir="rtl"] .alert 453 [dir="rtl"] .alert
456 { 454 {
457 border-right: 5px solid #d14841; 455 border-right: 5px solid #d14841;
458 } 456 }
OLDNEW
« no previous file with comments | « no previous file | static/css/simple.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld