diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-02-17 15:18:24 +0000 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-02-17 15:18:24 +0000 |
commit | 385e1236a71586024a0eea63f1edc8da24c8a9b3 (patch) | |
tree | 8c2fb3a05d74986f01aa50d2ad6f357194e73735 /docs/reference | |
parent | aa483990027231d62ddcddec6b5b3c09b5d794aa (diff) | |
download | gtk+-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.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 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> |