From 8fb311cb4b3615de0b67cc0a8e0f331905945fb1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 10 Dec 2016 20:34:24 -0500 Subject: [PATCH] Document the border-spacing CSS property --- docs/reference/gtk/css-properties.xml | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml index 64db2d856d..e71f49e7a9 100644 --- a/docs/reference/gtk/css-properties.xml +++ b/docs/reference/gtk/css-properties.xml @@ -1375,5 +1375,33 @@ We use for syntax productions, and each line is put in a 〈binding name〉 must have been assigned to a binding set with a @binding-set rule. + + Table-related properties + + + + + NameValueInitialInh.Ani.ReferenceNotes + + + + border‑spacing + 〈length〉{1,2} + 0 + + + CSS2, + CSS3 + + + + +
+ + + The border-spacing property is respected by GtkBox and GtkGrid, and by box gadgets that + are used internally in complex widgets. + +