summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-26 10:40:22 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-26 10:40:22 -0500
commit40eae298d51a3c370564f12bc3b2f0628cdefe86 (patch)
treee2e8c5fba69a92ad259ae60058e830a272f979fd
parent7f08adc23e3604ded52b2f58986517289292c63f (diff)
downloadgtk+-40eae298d51a3c370564f12bc3b2f0628cdefe86.tar.gz
docs: Update border-size docs
GtkCenterLayout respected border-size as well.
-rw-r--r--docs/reference/gtk/css-properties.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/css-properties.md b/docs/reference/gtk/css-properties.md
index 96fb3be0e0..7338aef96b 100644
--- a/docs/reference/gtk/css-properties.md
+++ b/docs/reference/gtk/css-properties.md
@@ -236,4 +236,4 @@ done with
|animation-delay| [CSS Animations Level 1](https://www.w3.org/TR/css3-animations/#animation-delay) | |
|animation-fill-mode| [CSS Animations Level 1](https://www.w3.org/TR/css3-animations/#animation-fill-mode) | |
|animation| [CSS Animations Level 1](https://www.w3.org/TR/css3-animations/#animation) | |
-|border-spacing| [CSS Table Level 3](https://www.w3.org/TR/css-tables-3/#border-spacing-property) | respected by GtkBox and GtkGrid |
+|border-spacing| [CSS Table Level 3](https://www.w3.org/TR/css-tables-3/#border-spacing-property) | respected by GtkBoxLayout, GtkGridLayout, GtkCenterLayout |