| 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 {
|
|
|