[mapserver-commits] r9759 - branches/branch-5-6/docs/_static

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


Author: sdlime
Date: 2010-01-25 23:22:31 -0500 (Mon, 25 Jan 2010)
New Revision: 9759

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

Modified: branches/branch-5-6/docs/_static/sphinx.css
===================================================================
--- branches/branch-5-6/docs/_static/sphinx.css	2010-01-26 04:12:22 UTC (rev 9758)
+++ branches/branch-5-6/docs/_static/sphinx.css	2010-01-26 04:22:31 UTC (rev 9759)
@@ -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