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

mcload’s picture

No update on this problem?

vm’s picture

Status: Active » Postponed (maintainer needs more info)

open the file, look at line 19, looks like a typo in the very beginning of the line. Removed the * and test again.

mcload’s picture

error 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;
}

Neil Adair’s picture

delete the 'html' too

pasqualle’s picture

Status: Postponed (maintainer needs more info) » Needs review
katbailey’s picture

Status: Needs review » Closed (fixed)