[mapserver-commits] r9760 - trunk/docs/_static

svn at osgeo.org svn at osgeo.org
Mon Jan 25 23:25:13 EST 2010


Author: sdlime
Date: 2010-01-25 23:25:13 -0500 (Mon, 25 Jan 2010)
New Revision: 9760

Modified:
   trunk/docs/_static/sphinx.css
Log:
Removed underlining from links in h1-h3 elements since they are almost always just used for build navigation.

Modified: trunk/docs/_static/sphinx.css
===================================================================
--- trunk/docs/_static/sphinx.css	2010-01-26 04:22:31 UTC (rev 9759)
+++ trunk/docs/_static/sphinx.css	2010-01-26 04:25:13 UTC (rev 9760)
@@ -163,6 +163,15 @@
 div.body h5 { font-size: 100%; background-color: #C6C6DB; }
 div.body h6 { font-size: 100%; background-color: #C6C6DB; }
  
+h1 a, 
+h2 a,
+h3 a,
+h1 a:hover,
+h2 a:hover,
+h3 a:hover {
+  text-decoration: none;
+}
+
 a.headerlink {
     color: #c60f0f;
     font-size: 0.8em;



More information about the mapserver-commits mailing list