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

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: Git rid of need for grid-22.png. 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
« utils/dartdoc/dartdoc.dart ('K') | « 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%);
Jacob 2011/11/16 19:59:30 add gradient definitions for moz, ie, and opera as
jimhug 2011/11/17 16:59:44 Or... wait a couple of weeks for Terry's tool to
Bob Nystrom 2011/11/17 20:44:21 What Jim said! :)
+ background-size: 22px 22px;
+ background-repeat: repeat;
}
.content {
« utils/dartdoc/dartdoc.dart ('K') | « utils/dartdoc/docs/styles.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698