summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-02-17 15:18:24 +0000
committerDaniel Boles <dboles@src.gnome.org>2017-02-17 15:18:24 +0000
commit385e1236a71586024a0eea63f1edc8da24c8a9b3 (patch)
tree8c2fb3a05d74986f01aa50d2ad6f357194e73735 /docs/reference
parentaa483990027231d62ddcddec6b5b3c09b5d794aa (diff)
downloadgtk+-385e1236a71586024a0eea63f1edc8da24c8a9b3.tar.gz
docs/css-properties: Fix info on 3value properties
https://developer.mozilla.org/en/docs/Web/CSS/margin#Values
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/gtk/css-properties.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml
index e396053c81..d4c6d61be0 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>