You could include your css after the standard css in the module file. Or include the standard css after your css in the html file.
The css in the html file will always be loaded after the css in the module file because the module file is processed by a script and the html has to load first. Or you can use !important in your css. Ian PS This has been answered a number of times before on this group. PPS I think you exclamation mark key is playing up ! http://examples.roughian.com 2009/8/16 Christian Goudreau <[email protected]> > Here's my problem. I'm trying to change in my own CSS file the default font > style but it's been overwritten by standard.css ! > I've included my css file in a public folder and I'm using a php server. > I've tried to include the css file directly in the page, but same problem > here ! > > So why can't I change it from Arial to verdana ? How do I change the > priority ? Why standard.css is always loading after my css !? > > thanks > > Christian > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
