[doc] Change styling of <a> and removes section "This Page" from left column template.
--- a/doc/book/en/.static/sphinx-default.css Mon Dec 29 23:11:01 2008 +0100
+++ b/doc/book/en/.static/sphinx-default.css Mon Dec 29 14:43:38 2008 -0800
@@ -164,6 +164,7 @@
div.sphinxsidebar a {
color: black;
+ text-decoration: none;
}
div.sphinxsidebar form {
@@ -526,7 +527,7 @@
a {
color: black;
- text-decoration: none;
+ text-decoration: underline;
}
a:hover {
--- a/doc/book/en/.templates/layout.html Mon Dec 29 23:11:01 2008 +0100
+++ b/doc/book/en/.templates/layout.html Mon Dec 29 14:43:38 2008 -0800
@@ -50,7 +50,7 @@
{%- endif %}
{%- endblock %}
{%- if sourcename %}
- <h3>This Page</h3>
+ <!--<h3>This Page</h3>
<ul class="this-page-menu">
{%- if builder == 'web' %}
<li><a href="#comments">Comments ({{ comments|length }} so far)</a></li>
@@ -59,7 +59,7 @@
{%- elif builder == 'html' %}
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}">Show Source</a></li>
{%- endif %}
- </ul>
+ </ul>-->
{%- endif %}
{%- if customsidebar %}
{{ rendertemplate(customsidebar) }}