Author: sevein
Date: Thu Jul 19 10:36:34 2012
New Revision: 11942
Log:
Fix for issue 2383, CSS bug in Chrome
Modified:
trunk/plugins/sfCaribouPlugin/css/style.css
Modified: trunk/plugins/sfCaribouPlugin/css/style.css
==============================================================================
--- trunk/plugins/sfCaribouPlugin/css/style.css Thu Jul 19 10:17:34 2012
(r11941)
+++ trunk/plugins/sfCaribouPlugin/css/style.css Thu Jul 19 10:36:34 2012
(r11942)
@@ -277,6 +277,12 @@
float: none;
}
+/* Fix of isuse 2383 */
+#navigation a
+{
+ white-space: nowrap;
+}
+
#content .search
{
background:#FF9933 none repeat scroll 0 0;
--
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.