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:
parent
712ca8afbe
commit
7694d3b1f8
2 changed files with 7 additions and 1 deletions
|
@ -344,6 +344,12 @@ body.conservancy-supporter #navbar ul li.supporter a
|
|||
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. */
|
||||
|
||||
dl {
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
running Linux kernel with a full, running VMware kernel:
|
||||
<p>
|
||||
<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>If you want to download the diagram, it's available
|
||||
|
|
Loading…
Reference in a new issue