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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: src/site/dart-by-example/index.css
diff --git a/src/site/dart-by-example/index.css b/src/site/dart-by-example/index.css
index 54d8d2221bd1a8ea9075065dbc305c48b2c8d30b..a4333a0b65c297237862aaa0451dbbc7850ec7a1 100644
--- a/src/site/dart-by-example/index.css
+++ b/src/site/dart-by-example/index.css
@@ -4,10 +4,16 @@ h2 {
h3 {
font-size: 2.25em;
- margin-bottom: 30px;
- margin-top: 30px;
+ margin-top: 50px;
+ margin-bottom: 20px;
}
h4 {
font-size: 1.5em;
+
+}
+
+pre.lang-dart {
+ max-width: inherit;
+ margin-bottom: 30px;
}

Powered by Google App Engine
This is Rietveld 408576698