Changes for page Improvements

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

From version 180.13
edited by Ecaterina Valica
on 2011/09/02 13:59
Change comment: There is no comment for this version
To version 180.11
edited by Ecaterina Valica
on 2011/09/02 12:34
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[2]
Code
... ... @@ -1,8 +1,13 @@
1 -.wikiexternallink {
1 +a[href^="http:"] {
2 2   background: url("/xwiki/bin/download/Improvements/WebHome/externallinkicon.gif") no-repeat scroll right center transparent;
3 3   padding-right: 12px;
4 4  }
5 5  
6 +.external {
7 + background: url("/xwiki/bin/download/Improvements/WebHome/externallinkicon.gif") no-repeat scroll right center transparent;
8 + padding-right: 12px;
9 +}
10 +
6 6  .green{
7 7   color: green;
8 8  }