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?