Re: [Qemu-devel] [qemu-web PATCH] css: avoid over-large images

2017-11-22 Thread Cornelia Huck
On Wed, 22 Nov 2017 17:48:28 +0100 Christian Borntraeger wrote: > On 11/22/2017 05:37 PM, Paolo Bonzini wrote: > > Make sure that images are scaled to fit inside their container. > > Thanks God. I was thinking "what is wrong with the channel subsystem in > QEMU?" when > reading your subject..

Re: [Qemu-devel] [qemu-web PATCH] css: avoid over-large images

2017-11-22 Thread Christian Borntraeger
On 11/22/2017 05:37 PM, Paolo Bonzini wrote: > Make sure that images are scaled to fit inside their container. Thanks God. I was thinking "what is wrong with the channel subsystem in QEMU?" when reading your subject. > Tested-by: Thomas Huth > Reviewed-by: Thomas Huth > Signed-off-by: Pao

[Qemu-devel] [qemu-web PATCH] css: avoid over-large images

2017-11-22 Thread Paolo Bonzini
Make sure that images are scaled to fit inside their container. Tested-by: Thomas Huth Reviewed-by: Thomas Huth Signed-off-by: Paolo Bonzini --- assets/css/style.css | 4 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 2d4fe0c..b828887 10064