Chromium Code Reviews| 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 { |