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

Side by Side Diff: static/css/main-desktop.css

Issue 29564718: Issue 5742 - Added container and 4 column grid to adblockplus.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Fixed border-box colon Created Oct. 5, 2017, 5:17 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') | static/css/main-mobile.css » ('j') | 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, #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 }
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 left: 10px; 137 left: 10px;
138 right: auto; 138 right: auto;
139 } 139 }
140 140
141 html[dir="rtl"] #logo 141 html[dir="rtl"] #logo
142 { 142 {
143 right: 25px; 143 right: 25px;
144 left: auto; 144 left: auto;
145 } 145 }
146 146
147 #content, #footer-content 147 #footer-content
148 { 148 {
149 margin-top: 15px; 149 margin-top: 15px;
150 padding-left: 10px; 150 padding-left: 10px;
151 padding-right: 10px; 151 padding-right: 10px;
152 } 152 }
153 153
154 #content 154 #content
155 { 155 {
156 width: 680px;
157 margin-top: 71px; 156 margin-top: 71px;
158 margin-bottom: 280px; 157 margin-bottom: 280px;
159 } 158 }
160 159
161 #footer-main 160 #footer-main
162 { 161 {
163 position: absolute; 162 position: absolute;
164 left: 0; 163 left: 0;
165 right: auto; 164 right: auto;
166 bottom: 0; 165 bottom: 0;
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 margin-left: -150px; 253 margin-left: -150px;
255 margin-right: -150px; 254 margin-right: -150px;
256 width: 980px; 255 width: 980px;
257 } 256 }
258 257
259 #globalnav 258 #globalnav
260 { 259 {
261 margin-top: 5px; 260 margin-top: 5px;
262 margin-bottom: 5px; 261 margin-bottom: 5px;
263 } 262 }
OLDNEW
« no previous file with comments | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld