hucki
01-02-2013, 12:44 PM
Hi,
I've just released a redesign of a site that I created last night, and somehow, this afternoon, the website changed how it was being displayed (without me doing anything).
This is the site: http://www.shul.co.uk/index.php
The CSS files and HTML files are all still the same, but if I look at the Chrome Console, apparently these CSS rules are being added to every element, and overriding existing CSS:
media="screen"
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #86AAE6;
font-weight: 900;
font-size: 25px;
}
I have no media="screen" CSS and that's not my BODY code.
I can't work out what's gone wrong, any help would be gratefully appreciated!
Thanks!
I've just released a redesign of a site that I created last night, and somehow, this afternoon, the website changed how it was being displayed (without me doing anything).
This is the site: http://www.shul.co.uk/index.php
The CSS files and HTML files are all still the same, but if I look at the Chrome Console, apparently these CSS rules are being added to every element, and overriding existing CSS:
media="screen"
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #86AAE6;
font-weight: 900;
font-size: 25px;
}
I have no media="screen" CSS and that's not my BODY code.
I can't work out what's gone wrong, any help would be gratefully appreciated!
Thanks!