Author: david
Date: Fri Oct 21 11:25:51 2011
New Revision: 10155
Log:
Use standard 'light-grey'
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Fri Oct 21 11:06:37 2011 (r10154)
+++ trunk/css/print.css Fri Oct 21 11:25:51 2011 (r10155)
@@ -1,6 +1,6 @@
/* Color palette
*
- * LightGrey (non-standard css color): #D3D3D3;
+ * LightGrey (non-standard css color): #D3D3D3
*/
.actions,
@@ -225,7 +225,7 @@
{
/* Reset */
- border-bottom: 1px solid #CCC;
+ border-bottom: 1px solid #D3D3D3;
}
tr:hover,
@@ -400,7 +400,7 @@
#result-count
{
text-align: center;
- color: #CCC;
+ color: #D3D3D3;
}
#main
--
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.