mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 21:10:33 +01:00
don't squish tiny images in test/index.html
This commit is contained in:
parent
bd0f991908
commit
acac0c1966
1 changed files with 1 additions and 1 deletions
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue