Author: david
Date: Tue Sep 27 11:34:53 2011
New Revision: 9848
Log:
Hide messages (warning, error, etc.) when printing
Modified:
trunk/css/print.css
Modified: trunk/css/print.css
==============================================================================
--- trunk/css/print.css Tue Sep 27 11:31:42 2011 (r9847)
+++ trunk/css/print.css Tue Sep 27 11:34:53 2011 (r9848)
@@ -100,3 +100,9 @@
{
text-align: justify;
}
+
+/* Hide warnings and error messages */
+div.messages
+{
+ display: none;
+}
--
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.