summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Rebillout <elboulangero@gmail.com>2017-12-16 22:29:30 +0700
committerDaniel Boles <dboles@src.gnome.org>2018-01-02 15:36:18 +0000
commit084db132e929d826a3a0a824c6a0d6e861c4e5ce (patch)
treea3669ea10da89c448c0920e8f526c80fd3ea493d
parent489d0db6d15cfb2d84c4ce593fcf564cfd448e07 (diff)
downloadgtk+-084db132e929d826a3a0a824c6a0d6e861c4e5ce.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.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml
index 426453ac5b..55b16e7249 100644
--- a/docs/reference/gtk/css-properties.xml
+++ b/docs/reference/gtk/css-properties.xml
@@ -860,11 +860,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>
@@ -876,11 +876,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>