<
>
edited by Ecaterina Moraru (Valica)
on 2012/03/22
on 2012/03/22
edited by Ecaterina Moraru (Valica)
on 2012/06/18
on 2012/06/18
Change comment:
footerVersion style
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -3,7 +3,7 @@ 3 3 $xwiki.ssx.use('xwiki:XWikiOrgCode.Community') 4 4 {{/velocity}} 5 5 6 -{{cache id='footerCache 2' timeToLive='2629743'}}6 +{{cache id='footerCache1' timeToLive='2629743'}} 7 7 (% class='footerContainer' %) 8 8 ((( 9 9 (% class='footerContainerInner' %) ... ... @@ -177,5 +177,10 @@ 177 177 ))) 178 178 ))) 179 179 (% class='clearfloats' %)((())) 180 + 181 +(%class='centered footerVersion'%)((( 182 +Powered by XWiki Enterprise {{velocity}}$xwiki.version{{/velocity}} 180 180 ))) 184 + 185 +))) 181 181 {{/cache}}
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -51,7 +51,7 @@ 51 51 margin: 0 0 1em; 52 52 } 53 53 54 -.footerGroup h3 { 54 +.footerGroup h3, .footerVersion { 55 55 border: 0; 56 56 color: $theme.textPrimaryColor; 57 57 font-size: 1.1em; ... ... @@ -71,6 +71,12 @@ 71 71 margin: 0; 72 72 font-size: 0.94em; /* aprox. 11.2px */ 73 73 } 74 + 75 +.footerVersion { 76 + margin: 0 auto -1em; 77 + text-align: center; 78 +} 79 + 74 74 /* @end FOOTER */ 75 75 76 76 /* @group SOCIAL */