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

Side by Side Diff: static/css/main.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: Created March 12, 2018, 5:02 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
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 margin: 0; 9 margin: 0;
10 line-height: 1.5; 10 line-height: 1.5;
11 } 11 }
12 12
13 /** Provides padding necessary for fixed navbar */
14 .body-container
ire 2018/03/13 08:31:36 NIT: We could apply this style directly to the bod
juliandoucette 2018/03/13 12:14:03 Ack. I thought of that last night as I was going t
15 {
16 padding-top: 4em;
17 }
18
13 #content, 19 #content,
14 #blog 20 #blog
15 { 21 {
16 padding-bottom: 2em; 22 padding-bottom: 2em;
17 padding-top: 4em;
18 } 23 }
19 24
20 a img 25 a img
21 { 26 {
22 border: none; 27 border: none;
23 } 28 }
24 29
25 a:link, a:visited 30 a:link, a:visited
26 { 31 {
27 color: #555; 32 color: #555;
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 left: 50%; 798 left: 50%;
794 width: 80px; 799 width: 80px;
795 margin-top: -60px; 800 margin-top: -60px;
796 margin-left: -40px; 801 margin-left: -40px;
797 } 802 }
798 803
799 .hide-disclaimer .video-play 804 .hide-disclaimer .video-play
800 { 805 {
801 margin-top: -40px; 806 margin-top: -40px;
802 } 807 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | templates/default.tmpl » ('j') | templates/default.tmpl » ('J')

Powered by Google App Engine
This is Rietveld