diff options
author | Arnaud Rebillout <elboulangero@gmail.com> | 2017-12-16 22:29:30 +0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-12-29 12:51:31 -0500 |
commit | ea554714415d2edc3016e02082e20bbf1f41e84a (patch) | |
tree | 1eb7069eae69d910ccaa074be9c79822a388f00d | |
parent | b42fc417bdfd26ebc5af65b3db8d8d646693029f (diff) | |
download | gtk+-ea554714415d2edc3016e02082e20bbf1f41e84a.tar.gz |
css docs: swap border-width and border-left shorthands, to keep going clockwise
Signed-off-by: Arnaud Rebillout <elboulangero@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=791710
-rw-r--r-- | docs/reference/gtk/css-properties.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml index 4b2c646dce..7f828bef87 100644 --- a/docs/reference/gtk/css-properties.xml +++ b/docs/reference/gtk/css-properties.xml @@ -985,11 +985,11 @@ We use <literallayout> for syntax productions, and each line is put in a <code> <entry></entry> </row> <row> - <entry><phrase role="nowrap">border-left</phrase></entry> + <entry><phrase role="nowrap">border-right</phrase></entry> <entry><code>〈length〉 || 〈border style〉 || 〈color〉</code></entry> <entry>see individual properties</entry> - <entry><ulink url="https://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-left">CSS2</ulink>, - <ulink url="https://www.w3.org/TR/css3-background/#border-left">CSS3</ulink></entry> + <entry><ulink url="https://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right">CSS2</ulink>, + <ulink url="https://www.w3.org/TR/css3-background/#border-right">CSS3</ulink></entry> <entry></entry> </row> <row> @@ -1001,11 +1001,11 @@ We use <literallayout> for syntax productions, and each line is put in a <code> <entry></entry> </row> <row> - <entry><phrase role="nowrap">border-right</phrase></entry> + <entry><phrase role="nowrap">border-left</phrase></entry> <entry><code>〈length〉 || 〈border style〉 || 〈color〉</code></entry> <entry>see individual properties</entry> - <entry><ulink url="https://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-right">CSS2</ulink>, - <ulink url="https://www.w3.org/TR/css3-background/#border-right">CSS3</ulink></entry> + <entry><ulink url="https://www.w3.org/TR/2011/REC-CSS2-20110607/box.html#propdef-border-left">CSS2</ulink>, + <ulink url="https://www.w3.org/TR/css3-background/#border-left">CSS3</ulink></entry> <entry></entry> </row> <row> |