Sanitize thumbnails and captions styles
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 18 Aug 2014 12:15:19 +0000 (14:15 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 19 Aug 2014 22:52:11 +0000 (22:52 +0000)
commit27c8c9443c857f286fde6ae79acd1157f305c516
tree070b9b867040409152c03d2f5e5b7c1bd8e15b64
parent3d1972cc07b23a4750a50780d8912d24baa44cd5
Sanitize thumbnails and captions styles

No design changes, just cleaning up.

* Remove dead rules (equivalent to default styles).
* Remove unnecessary !importants (added in r3300 (!), apparently to
  intentionally override styles in skins at the time).
* Make commonContent.css's directionality-specific styling not depend
  on shared.css (these don't have to be loaded together).
* Fix double margins for .magnify in mixed directionalities.
* Clarify that shared.css should only contain basic layout styles.
* Group together directionality-specific styles in commonContent.css,
  comment about them. oldshared.css seems to intentionally not use them.
* Align commonContent.css and oldshared.css where applicable.

Change-Id: I2176d5ee73e37030c15ee5e16ba4eb0660349e15
skins/common/commonContent.css
skins/common/oldshared.css
skins/common/shared.css