From: Cornelia Huck <cohuck@redhat.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
qemu-devel@nongnu.org, thuth@redhat.com
Subject: Re: [Qemu-devel] [qemu-web PATCH] css: avoid over-large images
Date: Wed, 22 Nov 2017 17:53:21 +0100 [thread overview]
Message-ID: <20171122175321.6a3dad1b.cohuck@redhat.com> (raw)
In-Reply-To: <e0e56414-cde9-e403-2cfe-be3476331163@de.ibm.com>
On Wed, 22 Nov 2017 17:48:28 +0100
Christian Borntraeger <borntraeger@de.ibm.com> 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.....
Me too. Hurray for overloaded TLAs ;)
>
> > Tested-by: Thomas Huth <thuth@redhat.com>
> > Reviewed-by: Thomas Huth <thuth@redhat.com>
> > Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> > ---
> > 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 100644
> > --- a/assets/css/style.css
> > +++ b/assets/css/style.css
> > @@ -200,6 +200,10 @@
> >
> > /* Images */
> >
> > + img {
> > + max-width: 100%;
> > + }
> > +
> > .image
> > {
> > display: inline-block;
> >
>
>
prev parent reply other threads:[~2017-11-22 16:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-22 16:37 [Qemu-devel] [qemu-web PATCH] css: avoid over-large images Paolo Bonzini
2017-11-22 16:48 ` Christian Borntraeger
2017-11-22 16:53 ` Cornelia Huck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171122175321.6a3dad1b.cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).