Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 13.14
edited by Alex Cotiugă
on 2026/05/01 16:59
Change comment: There is no comment for this version
To version 13.21
edited by Alex Cotiugă
on 2026/05/01 17:06
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1,4 +1,7 @@
1 1  /* ===== Contact page widgets ===== */
2 +#body {
3 + color: red;
4 +}
2 2  
3 3  .col-xs-5 .widget {
4 4   margin-bottom: 16px;
... ... @@ -17,6 +17,7 @@
17 17   line-height: 1.25;
18 18  }
19 19  
23 +/*
20 20  .col-xs-5 .widget h4 .fa,
21 21  .col-xs-5 .widget h4 .glyphicon {
22 22   color: @brand;
... ... @@ -69,3 +69,4 @@
69 69   color: @brand-strong;
70 70   text-decoration: none;
71 71  }
76 +*/