mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 11:06:03 +00:00
fix footer
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1181867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
49bb7b1603
commit
8c2128886a
@ -550,12 +550,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<div id="footer">
|
||||||
#if($decoration.body.footer)
|
#if($decoration.body.footer)
|
||||||
$decoration.body.footer
|
$decoration.body.footer
|
||||||
#else
|
#else
|
||||||
Copyright ©#copyright() Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation. .#publishDate( "bottom" $decoration.publishDate $decoration.version )
|
Copyright ©#copyright() Apache Archiva, Archiva, Apache, the Apache feather logo, and the Apache Archiva project logos are trademarks of The Apache Software Foundation -
|
||||||
|
<a href="http://archiva.apache.org/privacy-policy.html">Privacy Policy</a> .#publishDate( "bottom" $decoration.publishDate $decoration.version )
|
||||||
#end
|
#end
|
||||||
</footer>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,3 +35,12 @@ body{padding-top: 4px;}
|
|||||||
#breadcrumbs {
|
#breadcrumbs {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
margin: 20px 0px 20px 0px;
|
||||||
|
border-top: solid #ccc 1px;
|
||||||
|
color: #333333;
|
||||||
|
padding: 3px 10px 3px 10px;
|
||||||
|
font-size: x-small;
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user