summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-15 19:02:11 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-15 19:02:11 +0000
commit913912133b6a91c361d1c332175425623b86905f (patch)
tree14be087dd61e3e4450ddeaaccd3ee703c8eee6f4 /tests
parent189522e07f90cc58a1f7a94836ae99bf6d7150a2 (diff)
downloadlibcroco-913912133b6a91c361d1c332175425623b86905f.tar.gz
revisited the way the CRTerm and CRNum classes were handling their types and
especially numeric types. Did also the necessary modifs in all the impacted code.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-inputs/test4.1.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-inputs/test4.1.css b/tests/test-inputs/test4.1.css
index ba128d4..b3b2cdc 100644
--- a/tests/test-inputs/test4.1.css
+++ b/tests/test-inputs/test4.1.css
@@ -32,13 +32,13 @@ a:active {
h1.rubrique_info {
color: #990033;
margin: 0px 0px 0px 0px;
- padding: 0em;
+ padding: 0.4em;
border: 0px;
font-size: 12px;
}
h1.connexe {
font-size: 12px;
- padding: 0em;
+ padding: 0.9em;
margin: 0px 0px 0px 0px;
color: #990033;
}
@@ -207,8 +207,8 @@ div.leftbox h2 {
div.leftbox ul {
list-style-type: square;
margin-bottom: 10px;
- margin-left: 0em;
- padding-left: 0em;
+ margin-left: 0.3em;
+ padding-left: 0.2em;
}
div.leftbox li {
margin-left: 10px;