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

Unified Diff: utils/dartdoc/static/styles.css

Issue 8725007: Lots of stuff hooking up markdown to dartdoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to awesome reviews. Created 9 years, 1 month 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
« no previous file with comments | « utils/dartdoc/dartdoc.dart ('k') | utils/markdown/block_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/static/styles.css
diff --git a/utils/dartdoc/static/styles.css b/utils/dartdoc/static/styles.css
index a3b2fa9cdc5c2a03ce4c39afdd7b8f6716d8d9f0..21352d5d1372e487e632fb4a3a267951324507e2 100644
--- a/utils/dartdoc/static/styles.css
+++ b/utils/dartdoc/static/styles.css
@@ -92,6 +92,28 @@ hr + h2 {
padding-left: 44px;
}
+.param {
+ font: 600 14px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
+ sans-serif;
+}
+
+.crossref {
+ font: 600 15px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
+ sans-serif;
+}
+
+.doc h1 {
+ font: 700 17px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
+ sans-serif;
+ color: #666;
+}
+
+.doc h2 {
+ font: 600 16px/22px 'Open Sans', 'Lucida Sans Unicode',
+ 'Lucida Grande', sans-serif;
+ color: #666;
+}
+
/* Highlight members on hover so you can see which docs are for which member. */
.method:hover,
.field:hover {
« no previous file with comments | « utils/dartdoc/dartdoc.dart ('k') | utils/markdown/block_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698