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

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

Issue 9020028: Hook up favicon, link to main page, and fix process bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: r Created 9 years 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/static/favicon.ico ('k') | no next file » | 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 7e6863538902be3b9b5b12a8780cf11a1902d1ac..dff9aaccc3ab9f9702a42581ac3c9fe7c607d9a1 100644
--- a/utils/dartdoc/static/styles.css
+++ b/utils/dartdoc/static/styles.css
@@ -180,12 +180,20 @@ hr + h2 {
}
.content {
- margin-left: 308px; /* 14 x 22px */
+ margin-left: 308px; /* 14 x 22 */
padding: 22px 22px;
}
.footer {
Emily Fortuna 2011/12/21 23:23:33 I'm going to make one more preference for the data
Bob Nystrom 2011/12/21 23:35:07 Oh, crap, that's a bug. Thanks for noticing. It's
- clear: both;
+ max-width: 956px; /* 1000 - 22 - 22 */
+ text-align: center;
+ margin: 22px auto;
+ color: #888;
+}
+
+.footer p {
+ font: 400 13px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
+ sans-serif;
}
.method .doc,
« no previous file with comments | « utils/dartdoc/static/favicon.ico ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698