From d1231c63669f4bc3643985b9032de7f998612e08 Mon Sep 17 00:00:00 2001
From: Jason Pyeron <jpyeron@pdinc.us>
Date: Sun, 19 Aug 2012 21:35:52 -0400
Subject: [PATCH] fixed build to allow builds where a proxy is needed for access to outside resources see: http://ant.apache.org/manual/proxy.html

---
 docs/site_footer.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/site_footer.html b/docs/site_footer.html
index e1a5738..577380e 100644
--- a/docs/site_footer.html
+++ b/docs/site_footer.html
@@ -1,7 +1,8 @@
-	</div>
-	<div style="margin-top:10px" class="page_footer">
-		<div style="float:right;">{0}</div>
-	The content of this page is licensed under the <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License</a>.
-	</div>
+		</div> <!-- markdown -->
+		<footer>
+			<p class="pull-right">{0}</p>
+		The content of this page is licensed under the <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License</a>.
+		</footer>			
+	</div> <!-- container -->	
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1