From c7418f6eda2da5515257b8bcebf1b65178be1864 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Sat, 5 Jul 2003 21:09:27 +0000 Subject: rearranged the enum CRNumProp values. 2003-07-05 Dodji Seketeli * src/seleng/cr-style.h: rearranged the enum CRNumProp values. * src/seleng/cr-style.c: fixed the border-x: bug. This now support also number and not only symbolic border width like thin,thick etc ... * src/parser/cr-num.c: documented the apis here. * src/layeng/cr-lay-eng.c: Fixed some subtle bugs and finally implemented the width:15% (set percentage to width). Dodji. --- tests/test7-main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test7-main.c b/tests/test7-main.c index 56dfc15..4ed3393 100644 --- a/tests/test7-main.c +++ b/tests/test7-main.c @@ -85,6 +85,7 @@ const char * gv_cssbuf= " " "item " "{ " +" width: 100%; " " display: block; " " padding:10px; " " margin-bottom:10px; " @@ -101,8 +102,9 @@ const char * gv_cssbuf= "channel>title, channel>description " "{ " " display: block; " -" margin-left:10px; " -" margin-top:10px; " +" width: 100%; " +" /*margin-left:10px;*/ " +" /*margin-top:10px;*/ " " background-color:#eee; " " font-weight:bold; " " font-size: 12px; " -- cgit v1.2.1