OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |