Align to CSS coding guidelines and fix CSSLint errors & warnings
authorVolker E <volker.e@wikimedia.org>
Thu, 3 Dec 2015 01:32:01 +0000 (17:32 -0800)
committerVolker E <volker.e@wikimedia.org>
Thu, 21 Apr 2016 22:47:03 +0000 (15:47 -0700)
commit554a5345775b10a89aff40ed2277e3a3ae60f005
treeae341330952deefe9e6b590f837d8f349abdde55
parenta0803c9bc551631c8a35bf2d99705a724cb62039
Align to CSS coding guidelines and fix CSSLint errors & warnings

Fixes included are:
- Coding guidelines: align colors
- Coding guidelines: put every selector of combined selectors on
one line
- Coding guidelines: use `border: 0` instead of `border: none`
and put border shortcut structure into same order across selectors
for better gzipping
- Coding guidelines: whitespace in parenthesis
- CSSLint: disable applying `margin` for inline elements
- General: clean-up comments
- General: join pagination and 'Generic HTML elements'' rules
- General: add `word-wrap: break-word` to `pre, .mw-code` selector
to aggressively wrap long words
- General: swap `1px` border values with `1pt`
- General: integrate `word-wrap: break-word` on `.external` links
with possible overlong URLs
- General: do the `list-style` shorthand property right.

Bug: T120154
Change-Id: I29bf055e2b4fc0e26ce84243f6b612b4a6214b02
resources/src/mediawiki.legacy/commonPrint.css