-rw-r--r-- | frontend/beta/staticResources/static.css | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/frontend/beta/staticResources/static.css b/frontend/beta/staticResources/static.css index 830d830..5e94440 100644 --- a/frontend/beta/staticResources/static.css +++ b/frontend/beta/staticResources/static.css | |||
@@ -40,9 +40,10 @@ div.header { | |||
40 | background-color: #1f2148; | 40 | background-color: #1f2148; |
41 | } | 41 | } |
42 | 42 | ||
43 | div#logo { | 43 | div#logo { |
44 | background: url(./images/old/logo.png); | 44 | background: url(./images/logo.gif); |
45 | background-repeat: no-repeat; | ||
45 | width: 150px; | 46 | width: 150px; |
46 | height: 39px; | 47 | height: 39px; |
47 | display: block; | 48 | display: block; |
48 | } | 49 | } |
@@ -165,41 +166,41 @@ div.languageBlock div.flags { | |||
165 | width: 64px; | 166 | width: 64px; |
166 | } | 167 | } |
167 | 168 | ||
168 | div.languageBlock.en-us div.flags { | 169 | div.languageBlock.en-us div.flags { |
169 | background: url(./images/old/flags/en.png); | 170 | background: url(./images/flags/en.png); |
170 | } | 171 | } |
171 | 172 | ||
172 | div.languageBlock.zh-cn div.flags { | 173 | div.languageBlock.zh-cn div.flags { |
173 | background: url(./images/old/flags/cn.png); | 174 | background: url(./images/flags/cn.png); |
174 | } | 175 | } |
175 | 176 | ||
176 | div.languageBlock.fr-fr div.flags { | 177 | div.languageBlock.fr-fr div.flags { |
177 | background: url(./images/old/flags/fr.png); | 178 | background: url(./images/flags/fr.png); |
178 | } | 179 | } |
179 | 180 | ||
180 | div.languageBlock.it-it div.flags { | 181 | div.languageBlock.it-it div.flags { |
181 | background: url(./images/old/flags/it.png); | 182 | background: url(./images/flags/it.png); |
182 | } | 183 | } |
183 | 184 | ||
184 | div.languageBlock.ja-jp div.flags { | 185 | div.languageBlock.ja-jp div.flags { |
185 | background: url(./images/old/flags/jp.png); | 186 | background: url(./images/flags/jp.png); |
186 | } | 187 | } |
187 | 188 | ||
188 | div.languageBlock.pt-br div.flags { | 189 | div.languageBlock.pt-br div.flags { |
189 | background: url(./images/old/flags/br.png); | 190 | background: url(./images/flags/br.png); |
190 | } | 191 | } |
191 | 192 | ||
192 | div.languageBlock.es-es div.flags { | 193 | div.languageBlock.es-es div.flags { |
193 | background: url(./images/old/flags/es.png); | 194 | background: url(./images/flags/es.png); |
194 | } | 195 | } |
195 | 196 | ||
196 | div.languageBlock.ru-ru div.flags { | 197 | div.languageBlock.ru-ru div.flags { |
197 | background: url(./images/old/flags/ru.png); | 198 | background: url(./images/flags/ru.png); |
198 | } | 199 | } |
199 | 200 | ||
200 | div.languageBlock.de-de div.flags { | 201 | div.languageBlock.de-de div.flags { |
201 | background: url(./images/old/flags/de.png); | 202 | background: url(./images/flags/de.png); |
202 | } | 203 | } |
203 | 204 | ||
204 | 205 | ||
205 | /* @end */ | 206 | /* @end */ |