my project name is ALS and I have a ALS.css file, with some content like
body{
> font-size:20px;
> }
>
> table td{
> font-size:20px;
> }
>
but I found it has no effect on my gwt application, it is override by
standard.css, how to resolve this problem?
Also, when I generate the project, there is some auto-generated css
attribute in ALS.css like
.gwt-MenuItem
but these attribute can also be found in standard.css, so why gwt
autogenerated these css attribute again when I new a project if
standard.css already has these attribute?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/wfIHHggP_FgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.