Supporters: Make my picture smaller with CSS.
This commit is contained in:
parent
7d374a62e7
commit
1db8a47c81
2 changed files with 8 additions and 1 deletions
|
@ -319,6 +319,13 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
|
|||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.picture-small img {
|
||||
padding-left: 1em;
|
||||
margin: .25em;
|
||||
min-width: 8%;
|
||||
max-width: 30%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.secondary_info { font-size: 83%; }
|
||||
.next_page_button { float: right; }
|
||||
|
|
|
@ -186,7 +186,7 @@ still available for your virtual viewing. We plan to turn
|
|||
Copyleft Conf 2021 into a year-long series of online sessions about issues in copyleft
|
||||
as we look hopefully forward to an in-person Copyleft Conf 2022.</p>
|
||||
|
||||
<div class="picture left" style="clear: right;">
|
||||
<div class="picture-small left" style="clear: right;">
|
||||
<img src="/img/2020-01-17_bkuhn_lca-2020.png" alt="Bradley on stage at LinuxConf Australia 2020">
|
||||
<p><a href="/about/staff/#bkuhn">Bradley M. Kuhn</a>, delivering a <a href="https://lca2020.linux.org.au/schedule/presentation/91/">talk with Karen</a> at LCA 2020. Photo copyright © by Linux Australia, licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue