| ... |
... |
@@ -78,33 +78,22 @@ |
| 78 |
78 |
|
| 79 |
79 |
{{velocity}} |
| 80 |
80 |
{{html clean="false"}} |
| 81 |
|
-<div class="row"> |
|
81 |
+<ul class="card-list two-cols"> |
| 82 |
82 |
#foreach ($card in $actionCards) |
| 83 |
|
- ## See http://getbootstrap.com/css/#grid-responsive-resets . |
| 84 |
|
- #if ($foreach.index > 0 && $foreach.index % 2 == 0) |
| 85 |
|
- <div class="clearfix visible-sm-block visible-md-block visible-lg-block"></div> |
| 86 |
|
- #end |
| 87 |
|
- <div class="col-xs-12 col-sm-6"> |
|
83 |
+ <li class="card"> |
| 88 |
88 |
#helpActionCard($card) |
| 89 |
|
- </div> |
|
85 |
+ </li> |
| 90 |
90 |
#end |
| 91 |
|
-</div> |
|
87 |
+</ul> |
| 92 |
92 |
<h2 id="HExamples">$services.localization.render('help.applications.title1')</h2> |
| 93 |
93 |
<p>$services.localization.render('help.applications.description1')</p> |
| 94 |
|
-<div class="row"> |
|
90 |
+<ul class="card-list three-cols"> |
| 95 |
95 |
#foreach ($card in $exampleCards) |
| 96 |
|
- ## See http://getbootstrap.com/css/#grid-responsive-resets . |
| 97 |
|
- #if ($foreach.index > 0 && $foreach.index % 2 == 0) |
| 98 |
|
- <div class="clearfix visible-sm-block "></div> |
| 99 |
|
- #end |
| 100 |
|
- #if ($foreach.index > 0 && $foreach.index % 3 == 0) |
| 101 |
|
- <div class="clearfix visible-md-block visible-lg-block"></div> |
| 102 |
|
- #end |
| 103 |
|
- <div class="col-xs-12 col-sm-6 col-md-4"> |
|
92 |
+ <li class="card"> |
| 104 |
104 |
#helpExampleCard($card) |
| 105 |
|
- </div> |
|
94 |
+ </li> |
| 106 |
106 |
#end |
| 107 |
|
-</div> |
|
96 |
+</ul> |
| 108 |
108 |
<p><a href="$exoPrefix/#%7Ct=extensions&p=1&l=30&s=doc.creationDate&d=desc&category=application" class="wikiexternallink">$services.localization.render('help.applications.link')</a></p> |
| 109 |
109 |
{{/html}} |
| 110 |
110 |
{{/velocity}} |