Changeset 13697 for trunk/FACT++/www


Ignore:
Timestamp:
05/13/12 14:27:23 (12 years ago)
Author:
tbretz
Message:
Moved images to img
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.css

    r13686 r13697  
    11.thead {
    2         background: #23a0da url(gradient.png) bottom left repeat-x;
     2        background: #23a0da url(img/gradient.png) bottom left repeat-x;
    33        color: #09415b;
    44        padding: 2px 6px 2px 6px;
     
    8585   /*background-clip: border-box;*/
    8686   background-color: rgba(0, 0, 0, 0);
    87    background-image: url(icons-18-black.png);
     87   background-image: url(img/icons-18-black.png);
    8888   /*background-origin: padding-box;*/
    8989   background-repeat: no-repeat;
     
    102102   /*background-clip: border-box;*/
    103103   background-color: rgba(0, 0, 0, 0.398438);
    104    background-image: url(icons-18-white.png);
     104   background-image: url(img/icons-18-white.png);
    105105   /*background-origin: padding-box;*/
    106106   background-repeat: no-repeat;
     
    119119   /*background-clip: border-box;*/
    120120   /*background-color: rgba(0, 0, 0, 0.398438);*/
    121    background-image: url(icons.png);
     121   background-image: url(img/icons.png);
    122122   /*background-origin: padding-box;*/
    123123   background-repeat: no-repeat;
Note: See TracChangeset for help on using the changeset viewer.