[doc] no underline for links
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 29 Dec 2008 23:59:55 +0100
changeset 311 65c6738df991
parent 304 fe183404aae1
child 312 9341ec1e0aeb
[doc] no underline for links
doc/book/en/.static/sphinx-default.css
--- a/doc/book/en/.static/sphinx-default.css	Mon Dec 29 23:55:53 2008 +0100
+++ b/doc/book/en/.static/sphinx-default.css	Mon Dec 29 23:59:55 2008 +0100
@@ -527,7 +527,7 @@
 
 a {
     color: orangered;
-    text-decoration: underline;
+    text-decoration: none;
 }
 
 a:hover {