Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 13.24
edited by Alex Cotiugă
on 2026/05/01 17:07
on 2026/05/01 17:07
Change comment:
There is no comment for this version
To version 13.21
edited by Alex Cotiugă
on 2026/05/01 17:06
on 2026/05/01 17:06
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,14 +11,8 @@ 1 -@brand: #00937D; 2 -@brand-strong: #007B6A; 3 -@text: #2D3A34; 4 -@muted: #5B6B64; 5 -@line: #E4ECE9; 6 -@radius: 16px; 7 -@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 8 -@shadow: 0 12px 36px rgba(0,0,0,.08); 9 -@maxw: 1140px; 10 - 11 11 /* ===== Contact page widgets ===== */ 2 +#body { 3 + color: red; 4 +} 5 + 12 12 .col-xs-5 .widget { 13 13 margin-bottom: 16px; 14 14 padding: 16px; ... ... @@ -26,6 +26,7 @@ 26 26 line-height: 1.25; 27 27 } 28 28 23 +/* 29 29 .col-xs-5 .widget h4 .fa, 30 30 .col-xs-5 .widget h4 .glyphicon { 31 31 color: @brand; ... ... @@ -78,3 +78,4 @@ 78 78 color: @brand-strong; 79 79 text-decoration: none; 80 80 } 76 +*/