minor LESS CSS fixes (zero units, dimensions)
authorS Page <spage@wikimedia.org>
Thu, 14 Nov 2013 23:14:24 +0000 (15:14 -0800)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 27 Feb 2014 11:25:56 +0000 (12:25 +0100)
commitad3449ccc2a768dc4185667bbb6ae74072f7eb5b
treebbce3c26bb64dab1b8c1dc26b8a1d0201f16a5ec
parent9dbb4586cd1054609e70ea570f8cd5429e048be3
minor LESS CSS fixes (zero units, dimensions)

A few zero values included units, and some margin and padding dimensions
had redundant values on the end.  Regarding the latter, since CSS 1 "if
there are two or three, the missing values are taken from the opposite
side".  Leaving values off hurts clarity (I can never remember if the
order is top-left-bottom-right) but both Chromium and Firebug's CSS
inspector will display
   margin: 0 0 15px 0;
as
   margin: 0 0 15px;
anyway.

Bug: 57083
Change-Id: Ic51b2ac196a434857f19d51cd2a92686d53c4877
resources/mediawiki.ui/components/default/forms.less
resources/mediawiki.ui/mixins/forms.less