Changeset 327

Show
Ignore:
Timestamp:
07/01/06 22:30:43 (2 years ago)
Author:
kryskool
Message:

Correction des chemins vers les 2 images pas bonnes (closes #17)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/trunk/sgml/stylesheets/pg.css

    r307 r327  
    1515  background-attachment: fixed; 
    1616  background-repeat: no-repeat; 
    17   background-image: url(coin.png); 
     17  background-image: url(../images/coin.png); 
    1818} 
    1919 
     
    6161li { 
    6262  display: list-item; 
    63   list-style-image:url("puce.png"); 
     63  list-style-image:url(../images/puce.png); 
    6464} 
    6565