]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/css/lilypond-website-ie-fixes.css
6af69155cbada0c621f904bdd1f3341d56d0bbea
[lilypond.git] / Documentation / css / lilypond-website-ie-fixes.css
1 /* IE9 and IE8 lack support for CSS gradients so this file */
2 /* supplies background images for them instead. */
3
4 #quickSummary .subheading {
5   background: #fff url(../pictures/summary-gradient.png) repeat-y 0 0;
6 }
7
8 a[name="Stable"] + h4 {
9   background: #bdee9d url(../pictures/color1-bg.png) repeat-x top left;
10 }
11
12 a[name="Unstable"] + h4 {
13   background: #fad58c url(../pictures/color3-bg.png) repeat-x top left;
14 }
15
16 .column-center-top h3 {
17   background: #9ccc7c url(../pictures/color1-bg.png) repeat-x top left;
18 }
19
20 .column-left-top h3,
21 .column-left-bottom h3 {
22   background: #adce82 url(../pictures/color2-bg.png) repeat-x top left;
23 }
24
25 .column-right-top h3,
26 .column-right-bottom h3 {
27   background: #bdd088 url(../pictures/color3-bg.png) repeat-x top left;
28 }
29
30 .column-center-bottom h3 {
31   background: #ccd38f url(../pictures/color4-bg.png) repeat-x top left;
32 }