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

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

Issue 118633004: New TOC for dart-by-example page (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Merge 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
« no previous file with comments | « src/site/articles/web-ui/spec.markdown ('k') | src/site/dart-by-example/index.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 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 } 129 }
130 130
131 131
132 } 132 }
133 133
134 i.sprite-icon-social-gplus { 134 i.sprite-icon-social-gplus {
135 background-position: -50px -50px; 135 background-position: -50px -50px;
136 } 136 }
137 137
138 i.sprite-icon-browsers { 138 i.sprite-icon-browsers {
139 width: 193px; 139 width: 223px;
140 height: 36px; 140 height: 50px;
141 background-position: 0 -100px; 141 background-position: 0 -90px;
142 margin: 0 auto; 142 margin: 0 auto;
143 } 143 }
144 144
145 i.sprite-icon-dart-logo { 145 i.sprite-icon-dart-logo {
146 width: 117px; 146 width: 117px;
147 height: 33px; 147 height: 33px;
148 background-position: 0 0; 148 background-position: 0 0;
149 } 149 }
150 150
151 i.sprite-icon-timer { 151 i.sprite-icon-timer {
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 .synonym nav ul { 1467 .synonym nav ul {
1468 -moz-column-count:1; /* Firefox */ 1468 -moz-column-count:1; /* Firefox */
1469 -webkit-column-count:1; /* Safari and Chrome */ 1469 -webkit-column-count:1; /* Safari and Chrome */
1470 column-count:1; 1470 column-count:1;
1471 } 1471 }
1472 } 1472 }
1473 1473
1474 .titlepage h3 { 1474 .titlepage h3 {
1475 font: 400 26px/32px 'Montserrat', sans-serif; 1475 font: 400 26px/32px 'Montserrat', sans-serif;
1476 } 1476 }
OLDNEW
« no previous file with comments | « src/site/articles/web-ui/spec.markdown ('k') | src/site/dart-by-example/index.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698