Skip to content
Snippets Groups Projects
Commit ea39a99f authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use a PNG alpha gradient instead of CSS3 or SVG

parent e6889ecc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment