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