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

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

Issue 8572044: Clean and create output directory when generating docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. 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/docs/styles.css ('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/docs/styles.css b/utils/dartdoc/static/styles.css
similarity index 96%
rename from utils/dartdoc/docs/styles.css
rename to utils/dartdoc/static/styles.css
index dac9f65a9485f14c3296ba96c8b03a5dda722f65..a3b2fa9cdc5c2a03ce4c39afdd7b8f6716d8d9f0 100644
--- a/utils/dartdoc/docs/styles.css
+++ b/utils/dartdoc/static/styles.css
@@ -174,7 +174,9 @@ pre.source .p.si { color: hsl(40, 60%, 40%); }
/*
body {
- background: url('grid-22.png') top left repeat;
+ background: -webkit-linear-gradient(top, #eee 0, #fff 10%, #fff 90%, #eee 100%);
+ background-size: 22px 22px;
+ background-repeat: repeat;
}
.content {
« no previous file with comments | « utils/dartdoc/docs/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698