Author: svenmeier
Date: Tue Jun 28 20:11:28 2011
New Revision: 1140823
URL: http://svn.apache.org/viewvc?rev=1140823&view=rev
Log:
added another clearer after footer to stretch background to end of page
Modified:
wicket/common/site/trunk/_layouts/default.html
wicket/common/site/trunk/_layouts/post.html
Modified: wicket/common/site/trunk/_layouts/default.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_layouts/default.html?rev=1140823&r1=1140822&r2=1140823&view=diff
==============================================================================
--- wicket/common/site/trunk/_layouts/default.html (original)
+++ wicket/common/site/trunk/_layouts/default.html Tue Jun 28 20:11:28 2011
@@ -23,6 +23,7 @@
</div>
<div id="clearer"></div>
{% include footer.html %}
+ <div id="clearer"></div>
</div>
</div>
</body>
Modified: wicket/common/site/trunk/_layouts/post.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_layouts/post.html?rev=1140823&r1=1140822&r2=1140823&view=diff
==============================================================================
--- wicket/common/site/trunk/_layouts/post.html (original)
+++ wicket/common/site/trunk/_layouts/post.html Tue Jun 28 20:11:28 2011
@@ -23,6 +23,7 @@
</div>
<div id="clearer"></div>
{% include footer.html %}
+ <div id="clearer"></div>
</div>
</div>
</body>