summaryrefslogtreecommitdiff
path: root/include/libcss/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/stylesheet.h')
-rw-r--r--include/libcss/stylesheet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/libcss/stylesheet.h b/include/libcss/stylesheet.h
index f92d870..68c4dfc 100644
--- a/include/libcss/stylesheet.h
+++ b/include/libcss/stylesheet.h
@@ -65,12 +65,12 @@ typedef struct css_system_font {
enum css_font_style_e style;
enum css_font_variant_e variant;
enum css_font_weight_e weight;
- struct {
- css_fixed size;
+ struct {
+ css_fixed size;
css_unit unit;
} size;
- struct {
- css_fixed size;
+ struct {
+ css_fixed size;
css_unit unit;
} line_height;
/* Note: must be a single family name only */