Optimized images

This commit is contained in:
Jano Slota
2014-05-05 22:32:18 +02:00
committed by czaks
parent c2c7859a9e
commit 844d724b62
289 changed files with 5 additions and 5 deletions

View File

@@ -6,19 +6,19 @@ body {
color:#bebebe;
background-color: #1e1e1e;
background-image: url('img/testorange_testo.png'), url('img/testorange_top_bg.gif'), url('img/testorange_bg.gif');
background-image: url('img/testorange_testo.png'), url('img/testorange_top_bg.png'), url('img/testorange_bg.png');
background-repeat: no-repeat, repeat-x, repeat;
background-attachment: fixed, scroll, scroll;
background-position: right bottom, 0% 0%, 0% 0%;
}
.desktop-style .bl-menu{
background-image: url('img/testorange_bg.gif');
background-image: url('img/testorange_bg.png');
background-repeat: repeat;
}
.boardlist .board a {
background-image: url('img/testorange_bg.gif');
background-image: url('img/testorange_bg.png');
background-repeat: repeat;
}