style: Fix alignment of the padding properties.

This commit is contained in:
Emilio Cobos Álvarez 2017-03-18 15:04:33 +01:00
parent ae1a7cc7b8
commit fe9d88326e
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -13,11 +13,11 @@
spec = "https://drafts.csswg.org/css-logical-props/#propdef-padding-%s" % side[1]
%>
${helpers.predefined_type("padding-%s" % side[0], "LengthOrPercentage",
"computed::LengthOrPercentage::Length(Au(0))",
"parse_non_negative",
alias=maybe_moz_logical_alias(product, side, "-moz-padding-%s"),
needs_context=False,
animatable=True,
logical = side[1],
spec = spec)}
"computed::LengthOrPercentage::Length(Au(0))",
"parse_non_negative",
alias=maybe_moz_logical_alias(product, side, "-moz-padding-%s"),
needs_context=False,
animatable=True,
logical = side[1],
spec = spec)}
% endfor