Browse Source

Mise en place d'un bg pour le thumbail

bastien 13 years ago
parent
commit
a66babcab2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/bundles/muzichcore/css/main.css

+ 1 - 0
web/bundles/muzichcore/css/main.css View File

456
 
456
 
457
 li.element td.element_thumbnail
457
 li.element td.element_thumbnail
458
 {
458
 {
459
+  background-image: url(/bundles/muzichcore/img/nothumb.png);
459
   width: 120px;
460
   width: 120px;
460
   height: 90px;
461
   height: 90px;
461
 }
462
 }