User "Dantman" posted a comment on MediaWiki.r96403. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96403#c22018 Commit summary:
Move the vector styles for the user login form into commonContent.css The vector styles are very generic and fit well as the common style. With a minor tweak to MonoBook (which actually partially fixes a bug in the signup form on Wikipedia) this style fits in perfectly without conflicting with MonoBook's styles. Comment: I suppose it's not the best naming -- come up with another if you can think of one -- but essentially here the different stylesheet name meanings are: * element = Singular elements (a, h#, etc...) styles that style basic markup, no complex MediaWiki structures * content = Complex (not made up of a single element) structures which are outputted into the content area and are defined by built-in system defined internal id's and classes (toc, image frames, etc...) * interface = Styles that follow the the MonoBook/Vector convention of laying out the content area for structures which the skin implementation gets to decide what the id's and classes are. (usermessage, sitenotice, our firstHeader title, etc...) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
