[doc] Change styling of <a> and removes section "This Page" from left column template.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Mon, 29 Dec 2008 14:43:38 -0800
changeset 303 ea6f0e833fbb
parent 302 3c5a1dace808
child 304 fe183404aae1
child 305 a4ee7cd025a7
[doc] Change styling of <a> and removes section "This Page" from left column template.
doc/book/en/.static/sphinx-default.css
doc/book/en/.templates/layout.html
--- 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) }}