Changes for page BDP Help Platform


From version 45.3
edited by administrator BDP
on 2025/05/19 16:39
Change comment: There is no comment for this version
To version 45.1
edited by administrator BDP
on 2025/05/19 16:21
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,14 +1,14 @@
1 -main th, .main td, .wiki-table th, .wiki-table td {
1 +main th, .main td, .wiki-table th, .wiki-table td {
2 2   border: 1px solid #F0F0F0;
3 3   padding: 5px;
4 4  }
5 5  
6 6  #xwikicontent table {
7 - margin: 20px 0 40px 0;
7 + margin: 20px 0 20px 0;
8 8  }
9 9  
10 10  #xwikicontent table td {
11 -
11 + border: 1;
12 12   padding: 4;
13 13  }
14 14