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:24 +00:00
parent aa48399002
commit 385e1236a7

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>