Page 1 of 1

CSS Error

Posted: Mon Feb 02, 2015 9:22 am
by Sultan Of Smut
The end of this style has a double brace.
.mymail-loader{background-image:url('https://fanart.tv/wp-content/plugins/my ... ing_2x.gif');background-size:100%;}}</style>

This one too.
<style type="text/css" media="screen">html{margin-top:32px!important;}* html body{margin-top:32px!important;}@media screen and ( max-width: 782px ) {html{margin-top:46px!important;}* html body{margin-top:46px!important;}}</style>

Re: CSS Error

Posted: Mon Feb 02, 2015 2:20 pm
by akovia
Thanks Sultan. Hopefully Kode will see this.

Re: CSS Error

Posted: Tue Feb 03, 2015 3:26 pm
by Kode
Well certainly the second one is correct, it's inside a media query, hence needing another closing brace, I assume the first is the same, but you have snipped before the opening media query brace

Re: CSS Error

Posted: Thu Feb 05, 2015 4:58 am
by Sultan Of Smut
Ahh ya you're right didn't look hard enough :)

Re: CSS Error

Posted: Thu Feb 05, 2015 9:06 am
by Kode
Not a problem :)