Image inside FAQ should scale to size.

Some have complained that the image inside the FAQ does not scale to
size.  This corrects that problem.
This commit is contained in:
Bradley M. Kuhn 2015-03-05 15:20:26 -08:00
parent 712ca8afbe
commit 7694d3b1f8
2 changed files with 7 additions and 1 deletions

View file

@ -344,6 +344,12 @@ body.conservancy-supporter #navbar ul li.supporter a
font-size: 12px; font-size: 12px;
} }
img.inside-faq {
max-width: 100%;
width: auto;
overflow: scroll;
}
/* Make dl's ( such as for FAQ entries) look nice on screens, both big and small. */ /* Make dl's ( such as for FAQ entries) look nice on screens, both big and small. */
dl { dl {

View file

@ -120,7 +120,7 @@
running Linux kernel with a full, running VMware kernel: running Linux kernel with a full, running VMware kernel:
<p> <p>
<a href="/linux-compliance/linux-vs-vmkernel_en.png"> <a href="/linux-compliance/linux-vs-vmkernel_en.png">
<img alt="[Diagram of Linux and VMware running kernels" src="/linux-compliance/linux-vs-vmkernel_en_scaled.png" width="519" height="392" /></a> <img class="inside-faq" alt="[Diagram of Linux and VMware running kernels]" src="/linux-compliance/linux-vs-vmkernel_en_scaled.png" /></a>
</p> </p>
<p>If you want to download the diagram, it's available <p>If you want to download the diagram, it's available