docs/css-properties: Fix info on 3value properties

https://developer.mozilla.org/en/docs/Web/CSS/margin#Values
This commit is contained in:
Daniel Boles 2017-02-17 15:18:16 +00:00
parent c6f0df26f6
commit fdc79c804a

View File

@ -108,7 +108,7 @@ We use <literallayout> for syntax productions, and each line is put in a <code>
<term>4 values: </term><listitem>top right bottom left</listitem>
</varlistentry>
<varlistentry>
<term>3 values: </term><listitem>top horizontal left</listitem>
<term>3 values: </term><listitem>top horizontal bottom</listitem>
</varlistentry>
<varlistentry>
<term>2 values: </term><listitem>vertical horizontal</listitem>