[cairo-commit] test/make-html.pl

Ian Osgood iano at kemper.freedesktop.org
Thu Oct 26 09:57:20 PDT 2006


 test/make-html.pl |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree acac0c19667d2166e2a26b07445fa78640dc8a33 (from bd0f9919086f2978eb1df22cd5c1fffb7621d33f)
Author: Ian Osgood <iano at quirkster.com>
Date:   Thu Oct 26 09:56:13 2006 -0700

    don't squish tiny images in test/index.html

diff --git a/test/make-html.pl b/test/make-html.pl
index 299f07f..7ded7d2 100755
--- a/test/make-html.pl
+++ b/test/make-html.pl
@@ -141,7 +141,7 @@ printl '.FAILstr { color: #D00; }';
 printl '.XFAILstr { color: #BB0; }';
 printl '.CRASHEDstr { color: #F00; }';
 printl '.UNTESTEDstr { color: #555; }';
-printl 'img { max-width: 15em; min-width: 3em; margin: 3px; }';
+printl 'img { max-width: 15em; min-width: 3em; min-height: 3em; margin: 3px; }';
 printl 'td { vertical-align: top; }';
 printl '</style>';
 printl '</script>';


More information about the cairo-commit mailing list