CSS Error

Post Reply
User avatar
Sultan Of Smut
Posts: 3
Joined: Thu Feb 27, 2014 6:43 am

CSS Error

Post 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>
User avatar
akovia
Admin
Admin
Posts: 441
Joined: Wed Dec 18, 2013 3:37 pm

Re: CSS Error

Post by akovia »

Thanks Sultan. Hopefully Kode will see this.
User avatar
Kode
Site Admin
Site Admin
Posts: 353
Joined: Wed Dec 18, 2013 11:34 am

Re: CSS Error

Post 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
User avatar
Sultan Of Smut
Posts: 3
Joined: Thu Feb 27, 2014 6:43 am

Re: CSS Error

Post by Sultan Of Smut »

Ahh ya you're right didn't look hard enough :)
User avatar
Kode
Site Admin
Site Admin
Posts: 353
Joined: Wed Dec 18, 2013 11:34 am

Re: CSS Error

Post by Kode »

Not a problem :)
Post Reply