Changes for page Features

Last modified by Simon Urli on 2023/05/26

<
From version < 9.4 >
edited by Ecaterina Moraru (Valica)
on 2017/09/20
To version < 9.2 >
edited by Ecaterina Moraru (Valica)
on 2017/09/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,20 +1,13 @@
1 1  {{velocity filter="html"}}
2 2  #macro(displayFeatures $map)
3 -(%class='row'%)(((
3 +(%class='table-responsive'%)(((
4 4   #foreach ($item in $map)
5 5   #if ($foreach.count % 2 == 1)
6 - (%class="clearfix"%)((()))
6 + $nl
7 7   #end
8 - (%class="col-xs-12 col-sm-6"%)(((
9 - (%class="row"%)(((
10 - (%class='col-xs-4 featureIcon'%)(((
11 - [[image:$item['icon']]]
12 - )))
13 - (%class='col-xs-8 featureDescription'%)(((
14 - $item['link']$nl
15 - $item['description']
16 - )))
17 - )))
8 + |(%class='featureIcon'%)[[image:$item['icon']]]|(%class='featureDescription'%)(((
9 + $item['link']$nl
10 + $item['description']
18 18   )))
19 19   #end
20 20  )))
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,7 +1,3 @@
1 1  .featureIcon img {
2 2   min-width: 24px;
3 3  }
4 -
5 -.table-responsive {
6 - border: 0;
7 -}

Get Connected