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: Detailed refactor after rebase (see comments) Created Oct. 10, 2017, 5:33 p.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 #footer-content 7 #footer-content
8 { 8 {
9 margin-left: auto; 9 margin-left: auto;
10 margin-right: auto; 10 margin-right: auto;
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 25
26 #footer-main 26 #footer-main
27 { 27 {
28 position: absolute; 28 position: absolute;
29 left: 0; 29 left: 0;
30 right: auto; 30 right: auto;
31 bottom: 0; 31 bottom: 0;
32 width: 100%; 32 width: 100%;
33 height: 220px; 33 height: 220px;
34
35 /* Disable the sticky footer in IE6/7 */
36 .position: relative;
37 .bottom: 220px;
34 } 38 }
35 39
36 html[dir="rtl"] #footer-main 40 html[dir="rtl"] #footer-main
37 { 41 {
38 right: 0; 42 right: 0;
39 left: auto; 43 left: auto;
40 } 44 }
41 45
42 #footer-main nav 46 #footer-main nav
43 { 47 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 margin-left: -150px; 119 margin-left: -150px;
116 margin-right: -150px; 120 margin-right: -150px;
117 width: 980px; 121 width: 980px;
118 } 122 }
119 123
120 #globalnav 124 #globalnav
121 { 125 {
122 margin-top: 5px; 126 margin-top: 5px;
123 margin-bottom: 5px; 127 margin-bottom: 5px;
124 } 128 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld