Clean up and conventions in shared.css
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 31 Aug 2011 15:18:58 +0000 (15:18 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 31 Aug 2011 15:18:58 +0000 (15:18 +0000)
commitd37a2f5fabc7f1e1740ce1b51b535b9c56876bf1
tree571e5f2e4458472d1cf72c32d29b2d81d8326013
parent7268b417d0423aa7ffb31ba214fd5a0560e788f4
Clean up and conventions in shared.css
* Put rules and selectors on their own line consistently. Space is not an issue and is stripped automatically. Readability is what we need. Selectors line up nicely underneath achother.
* Expanded shorthand . notation to 0. where applicable
* Remove trailing spaces
* Fix double spaces to single spaces, and expand comment sections if needed (ie. one * per  line)
* Put @noflip's consistently on the line before the rule itself (just like we do for @embed). If it should apply to all rules in a selector, then @noflip must be before the { somewhere. There is no difference between @noflip before the rule on the same line or the line above (eg. /* noflip */ foo: bar; or /* noflip */ \n foo: bar;)
skins/common/shared.css