summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji at seketeli dot org>2003-07-05 21:09:27 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-07-05 21:09:27 +0000
commitc7418f6eda2da5515257b8bcebf1b65178be1864 (patch)
tree8472293e52eb505d9154b436ca8766b132db470e /tests
parentd1846a58bffd77f4f0034d5ab5250b601abb7b0e (diff)
downloadlibcroco-c7418f6eda2da5515257b8bcebf1b65178be1864.tar.gz
rearranged the enum CRNumProp values.
2003-07-05 Dodji Seketeli <dodji at seketeli dot org> * src/seleng/cr-style.h: rearranged the enum CRNumProp values. * src/seleng/cr-style.c: fixed the border-x:<a number> 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.
Diffstat (limited to 'tests')
-rw-r--r--tests/test7-main.c6
1 files changed, 4 insertions, 2 deletions
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; "