Archtype Generated CSS is Problematic
-------------------------------------

                 Key: MGWT-174
                 URL: http://jira.codehaus.org/browse/MGWT-174
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: archtype + css
            Reporter: Andrew Hughes
            Priority: Minor


The following css is problematic, especially margin-top: 20px;

{quote}
button {
  display: block;
  font-size: 16pt
}

.widePanel {
  width: 100%
}


img {
   margin-top: 20px;
}
{quote}

I suggest an empty css file should be generated from the archetype. This cost 
me about a day with an external (complex) javascript library to work out why 
all the images were not where they were supposed to be. It would be helpful to 
remove this content.

Cheers.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to