Changes for page Improvements

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

From version 49.1
edited by Ecaterina Valica
on 2009/05/07 14:39
Change comment: There is no comment for this version
To version 48.1
edited by Ecaterina Valica
on 2009/05/07 14:38
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,11 +1,14 @@
1 1  .separator{
2 + width: 100%;
2 2   display: block;
3 3   border-bottom: 1px solid #ccc;
4 4  }
6 +
5 5  .statusIntegrated ,
6 6  .statusUnderImplementation,
7 7  .statusUnderDevelopment,
8 -.statusUnderDebugging{
10 +.statusUnderDebugging
11 +{
9 9   padding-left: 25px;
10 10   margin-left: 20px;
11 11  }