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

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

Issue 29720642: Noissue - Added .body-container to provide padding-top for body content and avoid navbar overlap (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Moved space to <body> Created March 13, 2018, 12:13 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.css » ('j') | static/css/main.css » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content, 1 #content,
2 #blog 2 #blog
3 { 3 {
4 padding-top: 9em; 4 padding-top: 5em;
5 } 5 }
6 6
7 #key-facts h1 7 #key-facts h1
8 { 8 {
9 font-size: 16px; 9 font-size: 16px;
10 } 10 }
11 11
12 #content .sprite 12 #content .sprite
13 { 13 {
14 background-image: url(../img/sprite-index.png); 14 background-image: url(../img/sprite-index.png);
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 line-height: 1.4; 616 line-height: 1.4;
617 color: #000; 617 color: #000;
618 background-color: #fff; 618 background-color: #fff;
619 border: 2px solid #a1a1a1; 619 border: 2px solid #a1a1a1;
620 } 620 }
621 621
622 #ready-for-windows-notice 622 #ready-for-windows-notice
623 { 623 {
624 margin-bottom: 30px; 624 margin-bottom: 30px;
625 } 625 }
OLDNEW
« no previous file with comments | « no previous file | static/css/main.css » ('j') | static/css/main.css » ('J')

Powered by Google App Engine
This is Rietveld