Invalid CSS in cookieconsent code
-
Please see line 2 in https://plugins.trac.www.ads-software.com/browser/gdpr-framework/trunk/assets/cookieconsent.min.css
{display:block;position:absolute;top:0;right:.5em;font-size:1em;opacity:.9;line-height:.75,padding:3px;}
should be:
{display:block;position:absolute;top:0;right:.5em;font-size:1em;opacity:.9;line-height:.75;padding:3px;}
Looks like there’s been a typo where you put a comma instead of a semicolon.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Invalid CSS in cookieconsent code’ is closed to new replies.