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

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

Issue 8822001: Bunch of dartdoc changes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Default to showing source. 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/interact.dart ('k') | utils/dartdoc/utils.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 d3667d09d33dff98c3937a93fc2b27cf45253927..6eaabb1d627390f601ec136db87773bf60094b7d 100644
--- a/utils/dartdoc/static/styles.css
+++ b/utils/dartdoc/static/styles.css
@@ -107,7 +107,7 @@ hr + h2 {
.nav h2 {
font: 400 16px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
sans-serif;
- margin: 22px -21px 0 -21px;
+ margin: 0 -21px;
padding: 11px 22px;
/* Using http://www.colorzilla.com/gradient-editor/ */
@@ -124,9 +124,11 @@ hr + h2 {
font: 600 13px/22px 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande',
sans-serif;
list-style-type: none;
+ white-space: nowrap;
}
.nav ul {
+ margin: 0 0 22px 0;
padding: 0;
}
@@ -135,7 +137,7 @@ hr + h2 {
display: inline-block;
width: 12px;
height: 13px;
- margin: 4px 8px 0 2px;
+ margin: 5px 11px 0 3px;
vertical-align: top;
}
@@ -152,7 +154,7 @@ hr + h2 {
width: 16px;
height: 14px;
display: inline-block;
- margin: 4px 4px 0 0;
+ margin: 4px 8px 0 0;
vertical-align: top;
}
« no previous file with comments | « utils/dartdoc/interact.dart ('k') | utils/dartdoc/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698