Author: adc
Date: Sun Dec 8 18:14:05 2013
New Revision: 1549085
URL: http://svn.apache.org/r1549085
Log:
A hunch.
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=1549085&r1=1549084&r2=1549085&view=diff
==============================================================================
--- steve/site/trunk/content/resources/css/main.css (original)
+++ steve/site/trunk/content/resources/css/main.css Sun Dec 8 18:14:05 2013
@@ -93,7 +93,6 @@ blockquote p {
/* Set the fixed height of the footer here */
#footer {
height: 105px;
- background-color: #f5f5f5;
}
#wrap > .container {
Modified: steve/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/steve/site/trunk/templates/skeleton.html?rev=1549085&r1=1549084&r2=1549085&view=diff
==============================================================================
--- steve/site/trunk/templates/skeleton.html (original)
+++ steve/site/trunk/templates/skeleton.html Sun Dec 8 18:14:05 2013
@@ -91,39 +91,39 @@
{% 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 id="push"></div>
</div>
<div id="footer">
<div class="container">
- <p class="text-muted">Copyright © 2013 The Apache Software
Foundation, Licensed under the Apache License, Version 2.0.<br>
+ <small class="text-muted small">
+ Copyright © 2013 <a href="http://apache.org">Apache Software
Foundation</a>, Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.<br>
Apache STeVe, Apache, the Apache feather logo, and the Apache STeVe
project logo are trademarks of The Apache Software Foundation.
- All other marks mentioned may be trademarks or registered trademarks of
their respective owners.</p>
+ All other marks mentioned may be trademarks or registered trademarks of
their respective owners.</small>
</div>
</div>