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

Side by Side Diff: static/css/main-desktop.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 | « static/css/main.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 html 1 html
2 { 2 {
3 position: relative; 3 position: relative;
4 min-height: 100%; 4 min-height: 100%;
5 } 5 }
6 6
7 header, #content, #footer-content 7 header, #content, #footer-content
8 { 8 {
9 margin-left: auto; 9 margin-left: auto;
10 margin-right: auto; 10 margin-right: auto;
11 } 11 }
12 12
13 header 13 header
14 { 14 {
15 width: 1000px; 15 width: 1000px;
16 border-radius: 0 0 5px 5px; 16 border-radius: 0 0 5px 5px;
17 } 17 }
18 18
19 header nav 19 header nav
20 { 20 {
21 padding: 40px 12px 10px 140px; 21 padding: 40px 12px 10px 140px;
22 line-height: 1;
22 } 23 }
23 24
24 html[dir="rtl"] header nav 25 html[dir="rtl"] header nav
25 { 26 {
26 padding: 40px 140px 10px 12px; 27 padding: 40px 140px 10px 12px;
27 } 28 }
28 29
29 header nav ul, 30 header nav ul,
30 html[dir="rtl"] header nav ul * 31 html[dir="rtl"] header nav ul *
31 { 32 {
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 margin-left: -150px; 318 margin-left: -150px;
318 margin-right: -150px; 319 margin-right: -150px;
319 width: 980px; 320 width: 980px;
320 } 321 }
321 322
322 #globalnav 323 #globalnav
323 { 324 {
324 margin-top: 5px; 325 margin-top: 5px;
325 margin-bottom: 5px; 326 margin-bottom: 5px;
326 } 327 }
OLDNEW
« no previous file with comments | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld