You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/01/21 23:18:45 UTC

svn commit: r901889 - /subversion/site/publish/style/site.css

Author: hwright
Date: Thu Jan 21 22:18:45 2010
New Revision: 901889

URL: http://svn.apache.org/viewvc?rev=901889&view=rev
Log:
* site/publish/style/site.css
  Don't bother to put underlines under links when printing.  Kinda hard to
  click a piece of paper, ya know?

Modified:
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=901889&r1=901888&r2=901889&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Thu Jan 21 22:18:45 2010
@@ -91,6 +91,10 @@
   #site-banner, #site-notice, #site-nav {
     display: none;
   }
+
+  a {
+    text-decoration: none;
+  }
 }
 
 /*