Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: src/site/css/dart-style.css

Issue 83663005: added front page samples to testing, plus a couple of tweaks to front page and code lab (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: changed width of iframe for pirate badge app Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/codelabs/darrrt/index.markdown ('k') | src/site/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 body { 2 body {
3 font-family: 'Roboto', sans-serif; 3 font-family: 'Roboto', sans-serif;
4 -webkit-font-smoothing: antialiased; 4 -webkit-font-smoothing: antialiased;
5 } 5 }
6 6
7 /* ***** General ***** */ 7 /* ***** General ***** */
8 p { 8 p {
9 font: 400 15px/19px 'Roboto', sans-serif; 9 font: 400 15px/19px 'Roboto', sans-serif;
10 color: #484848; 10 color: #484848;
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 } 478 }
479 479
480 .dart-carousel .carousel-inner > .item > img { 480 .dart-carousel .carousel-inner > .item > img {
481 margin: 0 auto; 481 margin: 0 auto;
482 } 482 }
483 483
484 /* ***** Code ***** */ 484 /* ***** Code ***** */
485 .code-hldr { 485 .code-hldr {
486 text-align: center; 486 text-align: center;
487 min-height: 450px; 487 min-height: 450px;
488 height: 450px;
488 } 489 }
489 490
490 .lang-dart, .lang-html { 491 .lang-dart, .lang-html {
491 max-width: 800px; 492 max-width: 800px;
492 text-align: left; 493 text-align: left;
493 margin-right: auto; 494 margin-right: auto;
494 margin-left: auto; 495 margin-left: auto;
495 padding: 5px !important; 496 padding: 5px !important;
496 497
497 -webkit-box-shadow: 0 5px 18px -7px rgba(0, 0, 0, 0.2); 498 -webkit-box-shadow: 0 5px 18px -7px rgba(0, 0, 0, 0.2);
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 1290
1290 .good pre.prettyprint { 1291 .good pre.prettyprint {
1291 background-color: #f8fff8; 1292 background-color: #f8fff8;
1292 } 1293 }
1293 1294
1294 .good pre.prettyprint:before { 1295 .good pre.prettyprint:before {
1295 content: "good"; 1296 content: "good";
1296 color: #696; 1297 color: #696;
1297 float: right; 1298 float: right;
1298 } 1299 }
OLDNEW
« no previous file with comments | « src/site/codelabs/darrrt/index.markdown ('k') | src/site/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698