Error in reset-fonts.css and skin.css
Reported by Mikado | April 20th, 2009 @ 08:42 PM
Hi,
In this files have a lot of wrong symbol, for example:
input,button,textarea,select{
*font-size:100%;
}
The '*' is wrong, fix:
input,button,textarea,select{
font-size:100%;
}
In this files have a lot of wrong symbol.
Please Fix it, thanks
Comments and changes to this ticket
-
eric.abouaf (at gmail) April 21st, 2009 @ 06:45 PM
- State changed from new to invalid
This is not strictly an inputEx issue but rather a YUI issue.
In order to keep consistant with the YUI 2.7.0 version that may be served from google or yahoo servers, I can't change it...
YUI uses many CSS hacks that are not valid for a reason: they work cross-browser !
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The issue tracker has moved to http://github.com/neyric/inputex/issues