Page 1 of 1

assets/core/styles/style.css: invalid "fontsize" attribute

Posted: Sun May 05, 2013 7:35 pm
by hzujmccescsl
The following CSS code (line 652 ...)

.grey_box_container {
color:#5b5b5b;
fontsize:11px;
}

should be changed to

.grey_box_container {
color:#5b5b5b;
font-size:11px;
}

Re: assets/core/styles/style.css: invalid "fontsize" attribu

Posted: Tue May 07, 2013 7:08 pm
by maschoff
You are right, thanks for notifying us!