We checked the CSS (Validate CSS option using Web Developer toolset in FireFox): there appear to be some CSS errors. I don't think they're causing us any problems, but it's something you may wish to clean up.

W3C CSS Validator results for ... (CSS level 2.1)
Sorry! We found the following errors (9)
URI : http://.../sites/all/libraries/superfish/css/superfish.css?p
96 .sf-shadow ul Property -moz-border-radius-bottomleft doesn't exist : 17px
97 .sf-shadow ul Property -moz-border-radius-topright doesn't exist : 17px
98 .sf-shadow ul Property -webkit-border-top-right-radius doesn't exist : 17px
99 .sf-shadow ul Property -webkit-border-bottom-left-radius doesn't exist : 17px
URI : http://.../sites/all/libraries/superfish/css/superfish-navbar.css?p
62 .sf-navbar > li > ul Property -moz-border-radius-bottomleft doesn't exist : 0
63 .sf-navbar > li > ul Property -moz-border-radius-topright doesn't exist : 0
64 .sf-navbar > li > ul Property -webkit-border-top-right-radius doesn't exist : 0
65 .sf-navbar > li > ul Property -webkit-border-bottom-left-radius doesn't exist : 0
URI : http://.../sites/default/files/color/ad_blueprint-9d910c7b/style.css?p
799 div.admin-panel h3 Value Error : color Parse Error

Comments

mehrpadin’s picture

Hey Paul,

Yeah, not important; -moz-, -webkit-, -khtml-, -o-, etc these are prefixes for some custom CSS tags that web browsers used to rely on for some styles that were not part of the CSS2 standard, you can remove them if you're sure your users are using web browsers that support CSS3.

mehrpadin’s picture

Status: Active » Closed (works as designed)

:)