Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.0-rc3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2009 at 05:51 UTC
Updated:
9 Jul 2011 at 05:12 UTC
Firefox gives the following warning on CSS file of Quicktabs:
Warning: Expected ',' or '{' but found 'html'. Ruleset ignored due to bad selector.
Source File: http://www.mydomain.com/sites/all/modules/quicktabs/tabstyles/zen/zen.css?A
Line: 19
Comments
Comment #1
mcload commentedNo update on this problem?
Comment #2
vm commentedopen the file, look at line 19, looks like a typo in the very beginning of the line. Removed the * and test again.
Comment #3
mcload commentederror disappeared after deleting *. However, is it correct? Should there be "html" in that css command? It is
html ul.quicktabs_tabs.quicktabs-style-zen li{
margin-bottom:-5px;
}
Comment #4
Neil Adair commenteddelete the 'html' too
Comment #5
pasqualleComment #6
katbailey commented