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

Side by Side Diff: anwiki/_override-static/global/global/css/main-desktop.css

Issue 10987056: Fixed: bottom part of content was cut off (Closed)
Patch Set: Created July 3, 2013, 1:09 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 | « anwiki/_override-static/global/global/css/index-desktop.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;
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 { 211 {
212 margin-top: 15px; 212 margin-top: 15px;
213 padding-left: 10px; 213 padding-left: 10px;
214 padding-right: 10px; 214 padding-right: 10px;
215 } 215 }
216 216
217 #content 217 #content
218 { 218 {
219 width: 680px; 219 width: 680px;
220 margin-top: 71px; 220 margin-top: 71px;
221 margin-bottom: 250px; 221 margin-bottom: 280px;
222 } 222 }
223 223
224 footer 224 footer
225 { 225 {
226 position: absolute; 226 position: absolute;
227 left: 0; 227 left: 0;
228 right: auto; 228 right: auto;
229 bottom: 0; 229 bottom: 0;
230 width: 100%; 230 width: 100%;
231 height: 220px; 231 height: 220px;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 margin-left: -150px; 317 margin-left: -150px;
318 margin-right: -150px; 318 margin-right: -150px;
319 width: 980px; 319 width: 980px;
320 } 320 }
321 321
322 #globalnav 322 #globalnav
323 { 323 {
324 margin-top: 5px; 324 margin-top: 5px;
325 margin-bottom: 5px; 325 margin-bottom: 5px;
326 } 326 }
OLDNEW
« no previous file with comments | « anwiki/_override-static/global/global/css/index-desktop.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld