Hi M Shannon,
The last imported stylesheet is the one whose styles are applied,
essentially overriding any styles defined in any previously imported
stylesheets. So you should be able to override the styles defined in the
standard.css file with the ones you would like to use in a separate
stylesheet, and just make sure that your stylesheet is imported last.

Unfortunately there is no way to suppress styles in the default standard.css
stylesheet, short of doing some scripted text and regex processing in your
build process.

Hope that helps,
-Sumit Chandel

On Thu, Apr 16, 2009 at 6:06 PM, M Shannon <[email protected]> wrote:

>
> Hi,
>
> I've switched to 1.6.4, and decided to add the
> <inherits name='com.google.gwt.user.theme.standard.Standard'/>  tag to
> my module.
>
> Upon doing this, i've noticed my website is all butchered due to the
> the following set of tags found in the standard.css file ...
>
> body, table td, select {
>  font-family: Arial Unicode MS, Arial, sans-serif;
>  font-size: small;
> }
> pre {
>  font-family: "courier new", courier;
>  font-size: small;
> }
> body {
>  color: black;
>  margin: 0px;
>  border: 0px;
>  padding: 0px;
>  background: #fff;
>  direction: ltr;
> }
> a, a:visited, a:hover {
>  color: #0000AA;
> }
>
> Is there anyway to prevent these particular tags from being generated?
>
> The way my application renders, the GWT stylesheet appears to override
> my own stylesheet.
>
> thanks
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to