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: 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
« 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 /****************************************************************************** 1 /******************************************************************************
2 * Temparary styles 2 * Temparary styles
3 *****************************************************************************/ 3 *****************************************************************************/
4 4
5 .avoid-wrap {display: inline-block;} 5 .avoid-wrap {display: inline-block;}
6 .small {font-size: smaller;} 6 .small {font-size: smaller;}
7 .maxthon-only {display: none;} 7 .maxthon-only {display: none;}
8 .maxthon .maxthon-only {display: block;} 8 .maxthon .maxthon-only {display: block;}
9 9
10 #content,
11 #blog
12 {
13 padding-top: 9em;
14 }
15
16 /****************************************************************************** 10 /******************************************************************************
17 * #hero-download 11 * #hero-download
18 *****************************************************************************/ 12 *****************************************************************************/
19 13
20 #hero-download 14 #hero-download
21 { 15 {
22 padding-top: 2em; 16 padding-top: 2em;
23 padding-bottom: 2em; 17 padding-bottom: 2em;
24 } 18 }
25 19
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 padding: 0px 30px; 256 padding: 0px 30px;
263 } 257 }
264 258
265 @media(max-width: 767px) 259 @media(max-width: 767px)
266 { 260 {
267 #footnote 261 #footnote
268 { 262 {
269 padding: 0px 20px; 263 padding: 0px 20px;
270 } 264 }
271 } 265 }
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