Changes for page Improvements

Last modified by Ecaterina Moraru on 2013/11/13 12:47

From version 47.1
edited by Ecaterina Valica
on 2009/05/07 14:37
Change comment: There is no comment for this version
To version 46.1
edited by Ecaterina Valica
on 2009/05/07 14:36
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -19,8 +19,8 @@
19 19   background: transparent url($xwiki.getSkinFile("icons/silk/tag.gif")) top left no-repeat;
20 20  }
21 21  .statusUnderDevelopment{
22 - background: transparent url($xwiki.getSkinFile("icons/silk/bricks.gif")) top left no-repeat;
22 + background: transparent url($xwiki.getSkinFile("icons/silk/pencil.gif")) top left no-repeat;
23 23  }
24 24  .statusUnderDebugging{
25 - background: transparent url($xwiki.getSkinFile("icons/silk/bullet_error.gif")) top left no-repeat;
25 + background: transparent url($xwiki.getSkinFile("icons/silk/bug.gif")) top left no-repeat;
26 26  }