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

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

Issue 29505568: Issue 5355 - Fix line height on adblockplus.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Aug. 4, 2017, 2:39 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/main-desktop.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; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
11 margin: 0; 11 margin: 0;
12 line-height: 1.5;
12 } 13 }
13 14
14 a img 15 a img
15 { 16 {
16 border: none; 17 border: none;
17 } 18 }
18 19
19 a:link, a:visited 20 a:link, a:visited
20 { 21 {
21 color: #555; 22 color: #555;
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 { 342 {
342 margin: 4px 0; 343 margin: 4px 0;
343 } 344 }
344 345
345 #footer-main 346 #footer-main
346 { 347 {
347 display: block; 348 display: block;
348 background: white; 349 background: white;
349 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc; 350 box-shadow: 0 -1px 0 0 #b5b4b0, 0 -2px 0 0 #e4e1dc;
350 padding: 0; 351 padding: 0;
352 line-height: 1;
351 } 353 }
352 354
353 #footer-main nav h1, #footer-main nav li 355 #footer-main nav h1, #footer-main nav li
354 { 356 {
355 color: #444444; 357 color: #444444;
356 border-bottom: 1px solid #dedede; 358 border-bottom: 1px solid #dedede;
357 } 359 }
358 360
359 #footer-main h1 361 #footer-main h1
360 { 362 {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 449
448 [dir="ltr"] .alert 450 [dir="ltr"] .alert
449 { 451 {
450 border-left: 5px solid #d14841; 452 border-left: 5px solid #d14841;
451 } 453 }
452 454
453 [dir="rtl"] .alert 455 [dir="rtl"] .alert
454 { 456 {
455 border-right: 5px solid #d14841; 457 border-right: 5px solid #d14841;
456 } 458 }
OLDNEW
« no previous file with comments | « no previous file | static/css/main-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld