[vassalengine-svn] SF.net SVN: vassalengine:[5198] site-src/trunk/site
Brought to you by:
rodneykinney,
uckelman
|
From: <uck...@us...> - 2009-03-02 16:39:31
|
Revision: 5198
http://vassalengine.svn.sourceforge.net/vassalengine/?rev=5198&view=rev
Author: uckelman
Date: 2009-03-02 16:39:17 +0000 (Mon, 02 Mar 2009)
Log Message:
-----------
Added more links to footer.
Modified Paths:
--------------
site-src/trunk/site/footer.shtml
site-src/trunk/site/index.php
site-src/trunk/site/site.css
Modified: site-src/trunk/site/footer.shtml
===================================================================
--- site-src/trunk/site/footer.shtml 2009-03-02 16:26:54 UTC (rev 5197)
+++ site-src/trunk/site/footer.shtml 2009-03-02 16:39:17 UTC (rev 5198)
@@ -1,5 +1,11 @@
<div id="vassal-footer">
<ul id="vassal-footer-list">
+ <li>Copyright © 2009 <a href="/about.html">The <acronym>Vassal</acronym> Team</a></li>
+ <li><a href="/license.html">License</a></li>
+ <li><a href="/donate.html">Donate</a></li>
+ <li><a href="/sitemap.html">Sitemap</a></li>
+ <li><a href="/search.html">Search</a></li>
+ <li><a href="/about.html">About</a></li>
<li><a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=90612&type=2" width="125" height="37" alt="SourceForge.net Logo" /></a></li>
<li><a href="http://www.yourkit.com/"><img src="/images/YourKit_logo.png" alt="YourKit Java Profiler" /></a></li>
</ul>
Modified: site-src/trunk/site/index.php
===================================================================
--- site-src/trunk/site/index.php 2009-03-02 16:26:54 UTC (rev 5197)
+++ site-src/trunk/site/index.php 2009-03-02 16:39:17 UTC (rev 5198)
@@ -141,18 +141,5 @@
</div>
<?php virtual('/footer.shtml'); ?>
-<!--
- <div id="vassal-footer">
- <ul id="vassal-footer-list">
--->
-<!-- <li>Copyright © 2009 <a href="">VASSAL dev team</a></li>
- <li><a href="">License</a></li>
- <li><a href="">Donate</a></li>
- <li><a href="">Sitemap</a></li>
- <li><a href="">Search</a></li>
- <li><a href="">About</a></li>
- </ul>
- <ul>
--->
</body>
</html>
Modified: site-src/trunk/site/site.css
===================================================================
--- site-src/trunk/site/site.css 2009-03-02 16:26:54 UTC (rev 5197)
+++ site-src/trunk/site/site.css 2009-03-02 16:39:17 UTC (rev 5198)
@@ -59,6 +59,8 @@
#vassal-footer {
clear: both;
margin-top: 4em;
+ padding-top: 10px;
+ margin-bottom: 4em;
border-top: 1px solid black;
}
@@ -73,12 +75,18 @@
list-style: none;
margin: 0;
padding: 8px 10px;
- float: left;
+/* float: left; */
}
#vassal-footer-list a {
- display: block;
+/* display: block; */
font-size: small;
text-decoration: none;
line-height: 1;
}
+
+#vassal-footer-list a img {
+ vertical-align: middle;
+}
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|