Page 1 of 1

[SOLVED] CMSMS 1.10.1 just stopped reading the stylesheet

Posted: Mon Nov 21, 2011 12:26 pm
by webform
For some peculiar reason CMSMS 1.10.1 doesn't load/read the stylesheet after i've selected Screen as Media Type. Deselecting Media Type or creating brand new Stylesheets doesn't eliminate the problem. The Stylesheets just doesn't get read anymore even though the source code show the url to the stylesheet!

I'm baffled (and in panic) ???

You can see the test site here: http://grantoften.webform.dk/

Re: CMSMS 1.10.1 just stopped reading the stylesheet

Posted: Mon Nov 21, 2011 12:34 pm
by uniqu3
Missing closing curled bracket }

Code: Select all

.center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;

Re: CMSMS 1.10.1 just stopped reading the stylesheet

Posted: Mon Nov 21, 2011 12:42 pm
by webform
Doh! :-[

I did also try to tamper with the stylesheet to get MicroTiny to display and react to CSS Styles in the WYSIWYG area and apparently made a mess of it :-\

Thanks so much!