Index: trunk/extensions/Contest/resources/contest.special.welcome.css |
— | — | @@ -77,6 +77,7 @@ |
78 | 78 | padding: 1em 1.5em 1.25em 1.5em; |
79 | 79 | text-decoration: none; |
80 | 80 | outline: none; |
| 81 | + /* @embed */ |
81 | 82 | background-image: url(images/arrow.png); |
82 | 83 | background-position: right center; |
83 | 84 | background-repeat: no-repeat; |
— | — | @@ -84,6 +85,7 @@ |
85 | 86 | .mw-codechallenge-box-outside:hover .mw-codechallenge-box-text, |
86 | 87 | .mw-codechallenge-box-outside:focus .mw-codechallenge-box-text, |
87 | 88 | .mw-codechallenge-box-selected .mw-codechallenge-box-text { |
| 89 | + /* @embed */ |
88 | 90 | background-image: url(images/arrow-hover.png); |
89 | 91 | text-decoration:none; |
90 | 92 | } |
— | — | @@ -118,6 +120,7 @@ |
119 | 121 | top: 3px; |
120 | 122 | width: 16px; |
121 | 123 | height: 32px; |
| 124 | + /* @embed */ |
122 | 125 | background-image: url(images/callout.png); |
123 | 126 | background-position: left top; |
124 | 127 | background-repeat: no-repeat; |