# HG changeset patch # User Sandrine Ribeau # Date 1230590618 28800 # Node ID ea6f0e833fbb7192d892d5e446de02533cbec844 # Parent 3c5a1dace8082620a0bd39973fb372160014fb1d [doc] Change styling of and removes section "This Page" from left column template. diff -r 3c5a1dace808 -r ea6f0e833fbb doc/book/en/.static/sphinx-default.css --- 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 { diff -r 3c5a1dace808 -r ea6f0e833fbb doc/book/en/.templates/layout.html --- 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 %} -

This Page

+ {%- endif %} {%- if customsidebar %} {{ rendertemplate(customsidebar) }}