a shortcodes.css issue
Hello,
I have found that the line
table{border-collapse:collapse;border-spacing:0}
in the line 8 of base.css breaks my hovering tooltips (wowhead), as they are set as tables as well. Is there a way not to make that line not affect the rest of the site, please?
Thanks in advance.
(edited the title to avoid confusion)
Comments
You can simply use:
table tr:first-child td{background:none !important;}
If your sollution worked then it is fine. We would do the same.
cheers