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

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

hzujmccescsl
Posts: 30
Joined: Thu Feb 07, 2013 11:15 pm

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

Post 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;
}
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

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

Post by maschoff »

You are right, thanks for notifying us!
OpenEMM Maintainer
Post Reply