summaryrefslogtreecommitdiff
path: root/frontend
authorClipperz <info@clipperz.com>2013-01-08 15:15:20 (UTC)
committer Clipperz <info@clipperz.com>2013-01-08 15:15:20 (UTC)
commitea71029b55c5a6543cff420326dd5e94905b05ae (patch) (unidiff)
treeeb2bbb145005255105d3cbf5550b23dd045a13e9 /frontend
parentab84f3c135caece3e51bfac4fabaf06fd214d5f5 (diff)
downloadclipperz-ea71029b55c5a6543cff420326dd5e94905b05ae.zip
clipperz-ea71029b55c5a6543cff420326dd5e94905b05ae.tar.gz
clipperz-ea71029b55c5a6543cff420326dd5e94905b05ae.tar.bz2
Fixed image references
Diffstat (limited to 'frontend') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/staticResources/static.css21
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
@@ -41,7 +41,8 @@ div.header {
41} 41}
42 42
43div#logo { 43div#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;
@@ -166,39 +167,39 @@ div.languageBlock div.flags {
166} 167}
167 168
168div.languageBlock.en-us div.flags { 169div.languageBlock.en-us div.flags {
169 background: url(./images/old/flags/en.png); 170 background: url(./images/flags/en.png);
170} 171}
171 172
172div.languageBlock.zh-cn div.flags { 173div.languageBlock.zh-cn div.flags {
173 background: url(./images/old/flags/cn.png); 174 background: url(./images/flags/cn.png);
174} 175}
175 176
176div.languageBlock.fr-fr div.flags { 177div.languageBlock.fr-fr div.flags {
177 background: url(./images/old/flags/fr.png); 178 background: url(./images/flags/fr.png);
178} 179}
179 180
180div.languageBlock.it-it div.flags { 181div.languageBlock.it-it div.flags {
181 background: url(./images/old/flags/it.png); 182 background: url(./images/flags/it.png);
182} 183}
183 184
184div.languageBlock.ja-jp div.flags { 185div.languageBlock.ja-jp div.flags {
185 background: url(./images/old/flags/jp.png); 186 background: url(./images/flags/jp.png);
186} 187}
187 188
188div.languageBlock.pt-br div.flags { 189div.languageBlock.pt-br div.flags {
189 background: url(./images/old/flags/br.png); 190 background: url(./images/flags/br.png);
190} 191}
191 192
192div.languageBlock.es-es div.flags { 193div.languageBlock.es-es div.flags {
193 background: url(./images/old/flags/es.png); 194 background: url(./images/flags/es.png);
194} 195}
195 196
196div.languageBlock.ru-ru div.flags { 197div.languageBlock.ru-ru div.flags {
197 background: url(./images/old/flags/ru.png); 198 background: url(./images/flags/ru.png);
198} 199}
199 200
200div.languageBlock.de-de div.flags { 201div.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