Modify CSS, image & related so img of heart works.
Putting the heart on the floated right corner should work pretty well now with this CSS.
This commit is contained in:
parent
34648758b0
commit
6e3468bc98
3 changed files with 10 additions and 0 deletions
|
@ -56,4 +56,12 @@ img.appeal {
|
||||||
img.appeal-header {
|
img.appeal-header {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.appeal-footer {
|
||||||
|
max-width: 40%;
|
||||||
|
float: right;
|
||||||
|
width: 10%;
|
||||||
|
min-width: 1%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 8.5 KiB |
|
@ -112,6 +112,8 @@ of dollars in licensing fees for subpar accounting software.</li>
|
||||||
discusses important legal and policy issues in open source and free
|
discusses important legal and policy issues in open source and free
|
||||||
software.</li></ul>
|
software.</li></ul>
|
||||||
|
|
||||||
|
<img class="appeal-footer" alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-heart.png"/>
|
||||||
|
|
||||||
<p>As an organization, we try to do do everything transparently; even
|
<p>As an organization, we try to do do everything transparently; even
|
||||||
our
|
our
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in a new issue