sproutcore / rich-text-editor

A rich text editor for SproutCore.
Other
6 stars 6 forks source link

Font sizes should be defined in em, and moved. #4

Open dcporter opened 10 years ago

dcporter commented 10 years ago

Font sizes are all defined in px; if they were defined in em, it would take one line of CSS to scale the size of everything.

They're also currently mixed in with "required" layout items, making it a very manual and fragile process to override them for your own app. They should be moved to a separate, theme-able set of selectors.