Changes for page Improvements

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

From version 74.1
edited by Ecaterina Valica
on 2009/05/15 14:45
Change comment: There is no comment for this version
To version 82.1
edited by Ecaterina Valica
on 2009/05/15 14:57
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[3]
Code
... ... @@ -1,10 +1,10 @@
1 -.typePage{
2 - padding-left: 25px;
3 - margin-left: 20px;
1 +.typePage, .typeBlog{
2 + padding-left: 20px;
3 + margin-left: 25px;
4 4  }
5 5  .typePage{
6 6   background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) top left no-repeat;
7 7  }
8 8  .typeBlog{
9 - background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) top left no-repeat;
9 + background: transparent url($xwiki.getSkinFile("icons/silk/layout_content.gif")) top left no-repeat;
10 10  }