Skip to content

Commit

Permalink
use a PNG alpha gradient instead of CSS3 or SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jun 30, 2012
1 parent e6889ec commit ea39a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/tpl/dokuwiki/css/basic.css
Expand Up @@ -15,15 +15,7 @@ html {
html,
body {
color: __text__;
background-color: __background_site__;
background-image: url(images/page-background.svg);
/*background-image: -moz-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em); see FS#2447*/
background-image: -webkit-linear-gradient(top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
background-image: -o-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
background-image: -ms-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
background-image: linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
background-size: 1px 10em;
background-repeat: repeat-x;
background: __background_site__ url(images/page-gradient.png) top left repeat-x;
margin: 0;
padding: 0;
}
Expand Down
Binary file added lib/tpl/dokuwiki/images/page-gradient.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea39a99

Please sign in to comment.