From fe9d88326eb6707581ca071b7c05838d78ea1e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 18 Mar 2017 15:04:33 +0100 Subject: [PATCH] style: Fix alignment of the padding properties. --- .../style/properties/longhand/padding.mako.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/style/properties/longhand/padding.mako.rs b/components/style/properties/longhand/padding.mako.rs index 64ad713d616..a25eabd240f 100644 --- a/components/style/properties/longhand/padding.mako.rs +++ b/components/style/properties/longhand/padding.mako.rs @@ -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