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

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

Issue 138823002: Draft of new codelab for review (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 11 months 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
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 dt, 9 dt,
10 dd { 10 dd {
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 } 1082 }
1083 1083
1084 /* Highlighting code annotated with [[highlight]] */ 1084 /* Highlighting code annotated with [[highlight]] */
1085 code.highlight { 1085 code.highlight {
1086 border: 1px solid yellow; 1086 border: 1px solid yellow;
1087 color: #0084c5; 1087 color: #0084c5;
1088 background-color: lemonchiffon; 1088 background-color: lemonchiffon;
1089 border-radius: 4px; 1089 border-radius: 4px;
1090 } 1090 }
1091 1091
1092 /* Strike through code annotated with [[strike]] */
1093 code.strike {
1094 text-decoration: line-through;
1095 }
1096
1092 /* Center link. */ 1097 /* Center link. */
1093 .link { 1098 .link {
1094 vertical-align: middle; 1099 vertical-align: middle;
1095 } 1100 }
1096 1101
1097 /* Maximum scaling for image at 100% */ 1102 /* Maximum scaling for image at 100% */
1098 .scale-img-max { 1103 .scale-img-max {
1099 max-width:100%; 1104 max-width:100%;
1100 max-height:100%; 1105 max-height:100%;
1101 } 1106 }
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 .synonym nav ul { 1472 .synonym nav ul {
1468 -moz-column-count:1; /* Firefox */ 1473 -moz-column-count:1; /* Firefox */
1469 -webkit-column-count:1; /* Safari and Chrome */ 1474 -webkit-column-count:1; /* Safari and Chrome */
1470 column-count:1; 1475 column-count:1;
1471 } 1476 }
1472 } 1477 }
1473 1478
1474 .titlepage h3 { 1479 .titlepage h3 {
1475 font: 400 26px/32px 'Montserrat', sans-serif; 1480 font: 400 26px/32px 'Montserrat', sans-serif;
1476 } 1481 }
OLDNEW
« src/site/codelabs/deploy/index.markdown ('K') | « src/site/codelabs/deploy/index.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698