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

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

Issue 10788009: Fixed: "Learn more" button on homepage has wrong position on bigger screens (Closed)
Patch Set: Created May 31, 2013, 2:45 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 | « no previous file | anwiki/_override-static/global/global/css/index-desktop.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 #content h1, #content h2 1 #content h1, #content h2
2 { 2 {
3 font-size: 16px; 3 font-size: 16px;
4 } 4 }
5 5
6 #content .sprite 6 #content .sprite
7 { 7 {
8 background-image: url(../img/sprite-index.png); 8 background-image: url(../img/sprite-index.png);
9 } 9 }
10 10
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 font-size: 14px; 349 font-size: 14px;
350 } 350 }
351 351
352 #key-facts section a 352 #key-facts section a
353 { 353 {
354 font-size: 14px; 354 font-size: 14px;
355 } 355 }
356 356
357 #more-container 357 #more-container
358 { 358 {
359 position: relative; 359 *position: relative;
360 margin-top: 40px; 360 margin-top: 40px;
361 } 361 }
362 362
363 #more, #less 363 #more, #less
364 { 364 {
365 padding: 10px 0px; 365 padding: 10px 0px;
366 border: 0px; 366 border: 0px;
367 background-color: #dbd4c7; 367 background-color: #dbd4c7;
368 } 368 }
369 369
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 display: inline-block; 434 display: inline-block;
435 } 435 }
436 436
437 #more-container.firefox #more-firefox, 437 #more-container.firefox #more-firefox,
438 #more-container.chrome #more-chrome, 438 #more-container.chrome #more-chrome,
439 #more-container.opera #more-opera, 439 #more-container.opera #more-opera,
440 #more-container.android #more-android 440 #more-container.android #more-android
441 { 441 {
442 background-color: #dbd4c7; 442 background-color: #dbd4c7;
443 } 443 }
OLDNEW
« no previous file with comments | « no previous file | anwiki/_override-static/global/global/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld