summaryrefslogtreecommitdiff
path: root/tests/test7-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test7-main.c')
-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; "