Author: adc
Date: Sun Dec 8 18:20:41 2013
New Revision: 1549091
URL: http://svn.apache.org/r1549091
Log:
Another footer try
Modified:
steve/site/trunk/content/resources/css/main.css
steve/site/trunk/templates/skeleton.html
Modified: steve/site/trunk/content/resources/css/main.css
URL:
http://svn.apache.org/viewvc/steve/site/trunk/content/resources/css/main.css?rev=1549091&r1=1549090&r2=1549091&view=diff
==============================================================================
--- steve/site/trunk/content/resources/css/main.css (original)
+++ steve/site/trunk/content/resources/css/main.css Sun Dec 8 18:20:41 2013
@@ -83,7 +83,8 @@ blockquote p {
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
- height: auto;
+ height: auto !important;
+ height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -105px;
/* Pad bottom by footer height */
Modified: steve/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549091&r1=1549090&r2=1549091&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Sun Dec 8 18:20:41 2013
@@ -91,29 +91,29 @@
{% block content %}{{ content|markdown }}{% endblock %}
- <!--<div id="edit" class="modal hide fade in" style="display: none; ">-->
- <!--<div class="modal-header">-->
- <!--<a class="close" data-dismiss="modal">x</a>-->
-
- <!--<h3>Thank you for contributing to the documention!</h3>-->
- <!--</div>-->
- <!--<div class="modal-body">-->
- <!--<h4>Any help with the documentation is greatly appreciated.</h4>-->
-
- <!--<p>All edits are reviewed before going live, so feel free to do
much more than fix typos or links. If you see a page that could benefit from an
entire rewrite, we'd be thrilled to review it. Don't be surprised if we like it
so much we ask you for help with other pages :)</p>-->
- <!--<small>NOTICE: unless indicated otherwise on the pages in
question, all editable content available from apache.org is presumed to be
licensed under the Apache License (AL) version 2.0 and hence all submissions to
apache.org treated as formal Contributions under the license terms.</small>-->
- <!--<!–[if gt IE 6]>-->
- <!--<h4>Internet Explorer Users</h4>-->
- <!--<p>If you are not an Apache committer, click the Yes link and
enter a <i>anonymous</i> for the username and leave the password empty</p>-->
- <!--<![endif]–>-->
-
- <!--</div>-->
- <!--<div class="modal-footer">-->
- <!--Do you have an Apache ID?-->
- <!--<a
href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))"
class="btn">Yes</a>-->
- <!--<a
href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))"
class="btn">No</a>-->
- <!--</div>-->
- <!--</div>-->
+ <div id="edit" class="modal hide fade in" style="display: none; ">
+ <div class="modal-header">
+ <a class="close" data-dismiss="modal">x</a>
+
+ <h3>Thank you for contributing to the documention!</h3>
+ </div>
+ <div class="modal-body">
+ <h4>Any help with the documentation is greatly appreciated.</h4>
+
+ <p>All edits are reviewed before going live, so feel free to do much
more than fix typos or links. If you see a page that could benefit from an
entire rewrite, we'd be thrilled to review it. Don't be surprised if we like it
so much we ask you for help with other pages :)</p>
+ <small>NOTICE: unless indicated otherwise on the pages in question,
all editable content available from apache.org is presumed to be licensed under
the Apache License (AL) version 2.0 and hence all submissions to apache.org
treated as formal Contributions under the license terms.</small>
+ <!--[if gt IE 6]>
+ <h4>Internet Explorer Users</h4>
+ <p>If you are not an Apache committer, click the Yes link and enter a
<i>anonymous</i> for the username and leave the password empty</p>
+ <![endif]-->
+
+ </div>
+ <div class="modal-footer">
+ Do you have an Apache ID?
+ <a
href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))"
class="btn">Yes</a>
+ <a
href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))"
class="btn">No</a>
+ </div>
+ </div>
</div>
</div>