Author: david
Date: Thu Oct 20 15:13:22 2011
New Revision: 10148
Log:
Remove decoration and color from links
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Thu Oct 20 15:10:41 2011 (r10147)
+++ trunk/css/print.css Thu Oct 20 15:13:22 2011 (r10148)
@@ -318,6 +318,14 @@
margin-bottom: 0px;
}
+.search-results a,
+.search-results a:hover,
+.search-results a:visited
+{
+ text-decoration: none;
+ color: black;
+}
+
.search-results .field
{
padding: 0 4px;
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.