Changeset 970


Ignore:
Timestamp:
Dec 3, 2005, 11:19:52 PM (18 years ago)
Author:
chrisaga
Message:

bug fix : errors.png and infos.png path was incorrect in default-colors.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/default-colors.css

    r963 r970  
    3434  margin: 5px;
    3535  border: 1px solid red;
    36   background-image: url(../../template-common/icons/admin/errors.png);
     36  background-image: url(icon/admin/errors.png);
    3737  background-repeat: no-repeat;
    3838  background-position: top right;
     
    5151  text-align: left;
    5252  background-color: palegreen;
    53   background-image: url(../../template-common/icons/admin/infos.png);
     53  background-image: url(icon/admin/infos.png);
    5454  background-repeat: no-repeat;
    5555  background-position: top right;
Note: See TracChangeset for help on using the changeset viewer.