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

From version 13.25
edited by Alex Cotiugă
on 2026/05/01 17:09
Change comment: There is no comment for this version
To version 13.22
edited by Alex Cotiugă
on 2026/05/01 17:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -9,8 +9,8 @@
9 9  @maxw: 1140px;
10 10  
11 11  /* ===== Contact page widgets ===== */
12 -.col-xs-5 {
13 - padding-top: 42px;
12 +#body {
13 + color: red;
14 14  }
15 15  
16 16  .col-xs-5 .widget {
... ... @@ -30,6 +30,7 @@
30 30   line-height: 1.25;
31 31  }
32 32  
33 +/*
33 33  .col-xs-5 .widget h4 .fa,
34 34  .col-xs-5 .widget h4 .glyphicon {
35 35   color: @brand;
... ... @@ -82,3 +82,4 @@
82 82   color: @brand-strong;
83 83   text-decoration: none;
84 84  }
86 +*/