Would this be suitable candidate for moving into one of the common* stylesheets?
Yeah, I was thinking about moving it to shared.css, but I am not sure if this would break any layout
the common* CSS only apply to MonoBook and Vector skins. commonElements.css already has the 100% width applied.
All that stuff is so messy nowadays (we have oldshared.css, shared.css and common*) that I am just marking this ok.
This is marked as follow-up, but was intended as bugfix for bug 24430 / bug 33780.
I think we should revert this. It doesn't fix the bug and changes default styling in all kinds of places where it may not be expected and breaking layouts.
Krinkle,
Thanks for checking on this, I am seeing textarea with 100% width in Vector and some other skins so I thought it's okay to apply it to the rest of the skins.
Probably I should revert 107187 as well since it removes 80 cols and implies 20 cols by default
Yeah, that part of r107187 is a problem. Although perhaps we can fix this inside Html class by forcing a cols=80 default unless given otherwise by the caller?
Html