From 00ef17153cd5e0b4fe47dddea4db74450ee06bb1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 31 Jan 2004 21:18:44 +0000 Subject: [project @ 2004-01-31 21:18:44 by jmb] text-transform support. svn path=/import/netsurf/; revision=521 --- css/css.h | 1 + 1 file changed, 1 insertion(+) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index 545e7e570..5b13e98cc 100644 --- a/css/css.h +++ b/css/css.h @@ -98,6 +98,7 @@ struct css_style { css_text_align text_align; css_text_decoration text_decoration; + css_text_transform text_transform; css_visibility visibility; -- cgit v1.2.3