On Mon, Jun 14, 2010 at 7:26 AM, kaiser <[email protected]> wrote: > Hi list-members, > > i just found out that the html-textarea is the only element defined in > the blueprint-framework/-library that has a height-definition (250px > - /src/forms.css > line 42 or /screen.css > line 85). On the one hand > i think it's just inconsistend to give one single element a height > definition and on the other hand i see no need for it, because every > other element's height behaves as the designers wishes. What do you > think?
It's all about vertical rhythm. Most elements can be sized using EMs to maintain vertical rhythm, but form elements are very difficult to size across browsers, hence pixels were used. -- -- Christian Montoya mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" 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/blueprintcss?hl=en.
