[gtk+] docs/css-properties: Fix info on 3value properties



commit 385e1236a71586024a0eea63f1edc8da24c8a9b3
Author: Daniel Boles <dboles src gnome org>
Date:   Fri Feb 17 15:18:24 2017 +0000

    docs/css-properties: Fix info on 3value properties
    
    https://developer.mozilla.org/en/docs/Web/CSS/margin#Values

 docs/reference/gtk/css-properties.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml
index e396053..d4c6d61 100644
--- a/docs/reference/gtk/css-properties.xml
+++ b/docs/reference/gtk/css-properties.xml
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]