Changes for page VelocityMacros
Last modified by Andrey Che on 2018/12/10 14:09
From version 1.1
edited by Andrey Che
on 2018/12/10 14:09
on 2018/12/10 14:09
To version 2.1
edited by Andrey Che
on 2018/12/10 14:09
on 2018/12/10 14:09
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.2]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -97,11 +97,11 @@ 97 97 #set ($url = $documentationURL) 98 98 #end 99 99 <div class="well"> 100 - #if ($data.icon) 101 - <span class="icon $data.icon"></span> 102 - #end 103 103 <h6> 104 104 <a href="$!url"> 102 + #if ($data.icon) 103 + <span class="icon $data.icon"></span> 104 + #end 105 105 $escapetool.xml($data.title) 106 106 </a> 107 107 </h6>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -8,7 +8,7 @@ 8 8 h6 a { 9 9 color: @text-color; 10 10 } 11 - a:hover { 11 + a:hover, a:focus { 12 12 text-decoration: none; 13 13 } 14 14 ul.noitems { ... ... @@ -20,7 +20,9 @@ 20 20 } 21 21 .icon { 22 22 color: @text-muted; 23 + display: block; 23 23 font-size: 300%; 25 + margin-bottom: 10px; 24 24 } 25 25 } 26 26