diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/gradient.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/gradient.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/gradient.css b/theme-compiler/tests/resources/automatic/css/gradient.css deleted file mode 100644 index c304d5fc36..0000000000 --- a/theme-compiler/tests/resources/automatic/css/gradient.css +++ /dev/null @@ -1,17 +0,0 @@ - .top-gradient { - background: -moz-linear-gradient( - top, - rgb(216,220,225) 0, - rgb(255,255,255) 1em, - rgb(255,255,255) 100%); - background: -webkit-linear-gradient( - top, - rgb(216,220,225) 0, - rgb(255,255,255) 1em, - rgb(255,255,255) 100%); - background: linear-gradient( - to bottom, - rgb(216,220,225) 0%, - rgb(255,255,255) 5%, - rgb(255,255,255) 100%); - }
\ No newline at end of file |