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

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: Respond to review. 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..94620de1c0f5a57170171047a4a30f6ad608a858 100644
--- a/utils/dartdoc/static/styles.css
+++ b/utils/dartdoc/static/styles.css
@@ -180,14 +180,26 @@ hr + h2 {
}
.content {
- margin-left: 308px; /* 14 x 22px */
+ margin-left: 308px; /* 14 x 22 */
padding: 22px 22px;
}
-.footer {
+.clear {
clear: both;
}
+.footer {
+ 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,
.field .doc {
padding-left: 44px;
« 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