From bbd2b255a39f0ee3c6d4976b9d22d91b96192ab7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 7 Aug 2021 19:37:35 -0400 Subject: [PATCH] css: Document line-height as supported --- docs/reference/gtk/css-properties.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/gtk/css-properties.md b/docs/reference/gtk/css-properties.md index 357fd33c19..c6818184a4 100644 --- a/docs/reference/gtk/css-properties.md +++ b/docs/reference/gtk/css-properties.md @@ -162,6 +162,7 @@ done with |caret-color|[CSS Basic User Interface Level 3](https://www.w3.org/TR/css3-ui/#caret-color) | CSS allows an auto value | |-gtk-secondary-caret-color|[Color](https://www.w3.org/TR/css-color-3/#valuea-def-color) | used for the secondary caret in bidirectional text | |letter-spacing| [CSS Text Level 3](https://www.w3.org/TR/css3-text/#letter-spacing) | | +|line-height| [CSS Inline Layout Level 3](https://www.w3.org/TR/css-inline-3/#line-height-property) | Since 4.6 | |text-decoration-line| [CSS Text Decoration Level 3](https://www.w3.org/TR/css-text-decor-3/#text-decoration-line-property) | | |text-decoration-color| [CSS Text Decoration Level 3](https://www.w3.org/TR/css-text-decor-3/#text-decoration-color-property) | | |text-decoration-style| [CSS Text Decoration Level 3](https://www.w3.org/TR/css-text-decor-3/#text-decoration-style-property) | CSS allows dashed and dotted |