From acac0c19667d2166e2a26b07445fa78640dc8a33 Mon Sep 17 00:00:00 2001 From: Ian Osgood Date: Thu, 26 Oct 2006 09:56:13 -0700 Subject: [PATCH] don't squish tiny images in test/index.html --- test/make-html.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/make-html.pl b/test/make-html.pl index 299f07f44..7ded7d298 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 ''; printl '';