From 30003d25fb3cc6c9c2fa71b9a90c17a41b281dc9 Mon Sep 17 00:00:00 2001 From: Simone Schulze Date: Sun, 18 Sep 2016 11:16:02 +0200 Subject: [PATCH] Update README.markdown change the order of elements in the description for margin --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 70e5eee8..4258d1f5 100644 --- a/README.markdown +++ b/README.markdown @@ -474,7 +474,7 @@ Attributes * width and height: rigidly sets height and width, supported units are described in separate [section](#units). Relative values in percent are supported. * max-width, max-height: sets max sizes of elements -* margin (margin-top, margin-bottom, margin-left, margin-right): margin similar to margin from HTML/CSS. Margins of simblings are pooled. For side margins possible is "auto" value, it works similar as in HTML/CSS. +* margin (margin-top, margin-right, margin-bottom, margin-left): margin similar to margin from HTML/CSS. Margins of simblings are pooled. For side margins possible is "auto" value, it works similar as in HTML/CSS. * padding (padding-top, padding-bottom, padding-left, padding-right): works similiar as in HTML/CSS * font-type - font name must occurs in fonts.xml config file, otherwise exception will be thrown * font-size - file size in points, there are no any unit