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

From version 13.27
edited by Alex Cotiugă
on 2026/05/01 17:14
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,12 +9,9 @@
9 9  @maxw: 1140px;
10 10  
11 11  /* ===== Contact page widgets ===== */
12 -#mainContentArea {
13 - padding: 0;
12 +#body {
13 + color: red;
14 14  }
15 -.col-xs-5 {
16 - padding-top: 45px;
17 -}
18 18  
19 19  .col-xs-5 .widget {
20 20   margin-bottom: 16px;
... ... @@ -33,6 +33,7 @@
33 33   line-height: 1.25;
34 34  }
35 35  
33 +/*
36 36  .col-xs-5 .widget h4 .fa,
37 37  .col-xs-5 .widget h4 .glyphicon {
38 38   color: @brand;
... ... @@ -85,3 +85,4 @@
85 85   color: @brand-strong;
86 86   text-decoration: none;
87 87  }
86 +*/