Changes for page Improvements

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

From version 67.1
edited by Ecaterina Valica
on 2009/05/14 15:57
Change comment: There is no comment for this version
To version 72.1
edited by Ecaterina Valica
on 2009/05/14 18:13
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[2]
Code
... ... @@ -1,3 +1,16 @@
1 1  .green{
2 2   color: green;
3 3  }
4 +
5 +.orange {
6 + color: orange;
7 +}
8 +
9 +.pink {
10 + color: pink;
11 +}
12 +
13 +.red{
14 + color: red;
15 + text-decoration: line-through;
16 +}