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

Delta Between Two Patch Sets: static/css/main-desktop.css

Issue 29551738: Issue 5634 - Replaced logo and refactored navbar width and colors (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Fixed navbar-logo-2x Created Sept. 28, 2017, 1:03 a.m.
Right Patch Set: Addressed comments Created Oct. 11, 2017, 11:59 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 #content, #footer-content 7 #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 #content, #footer-content 13 #footer-content
14 { 14 {
15 margin-top: 15px; 15 margin-top: 15px;
16 padding-left: 10px; 16 padding-left: 10px;
17 padding-right: 10px; 17 padding-right: 10px;
18 } 18 }
19 19
20 #content 20 #content
21 { 21 {
22 width: 680px;
23 margin-top: 71px; 22 margin-top: 71px;
24 margin-bottom: 280px; 23 margin-bottom: 280px;
25 } 24 }
26 25
27 #footer-main 26 #footer-main
28 { 27 {
29 position: absolute; 28 position: absolute;
30 left: 0; 29 left: 0;
31 right: auto; 30 right: auto;
32 bottom: 0; 31 bottom: 0;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 margin-left: -150px; 119 margin-left: -150px;
121 margin-right: -150px; 120 margin-right: -150px;
122 width: 980px; 121 width: 980px;
123 } 122 }
124 123
125 #globalnav 124 #globalnav
126 { 125 {
127 margin-top: 5px; 126 margin-top: 5px;
128 margin-bottom: 5px; 127 margin-bottom: 5px;
129 } 128 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld