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

Side by Side Diff: src/site/dart-by-example/index.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/css/dart-style.css ('k') | src/site/dart-by-example/index.markdown » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 h2 { 1 h2 {
2 font-size: 2.75em; 2 font-size: 2.75em;
3 } 3 }
4 4
5 h3 { 5 h3 {
6 font-size: 2.25em; 6 font-size: 2.25em;
7 margin-bottom: 30px; 7 margin-top: 50px;
8 margin-top: 30px; 8 margin-bottom: 20px;
9 } 9 }
10 10
11 h4 { 11 h4 {
12 font-size: 1.5em; 12 font-size: 1.5em;
13
13 } 14 }
15
16 pre.lang-dart {
17 max-width: inherit;
18 margin-bottom: 30px;
19 }
OLDNEW
« no previous file with comments | « src/site/css/dart-style.css ('k') | src/site/dart-by-example/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698