diff options
Diffstat (limited to 'build/test/data/testsuite.css')
-rw-r--r-- | build/test/data/testsuite.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css index b42f2b79d..76319d870 100644 --- a/build/test/data/testsuite.css +++ b/build/test/data/testsuite.css @@ -1,6 +1,6 @@ body, div, h1 { font-family: 'trebuchet ms', verdana, arial; margin: 0; padding: 0 } -body { margin: 0; padding: 0; font-size: small; } -h1 { padding: 15px; margin: 0; font-size: large; background-color: #06b; color: white; } +body {font-size: 10pt; } +h1 { padding: 15px; font-size: large; background-color: #06b; color: white; } h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: small; font-weight: normal } .pass { color: green; } |