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;
}
assets/core/styles/style.css: invalid "fontsize" attribute
Moderator: moderator
-
- Posts: 30
- Joined: Thu Feb 07, 2013 11:15 pm
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: assets/core/styles/style.css: invalid "fontsize" attribu
You are right, thanks for notifying us!
OpenEMM Maintainer