Changeset - 1db8a47c8154
[Not reviewed]
0 2 0
Bradley M. Kuhn - 3 years ago 2020-11-26 04:40:06
bkuhn@sfconservancy.org
Supporters: Make my picture smaller with CSS.
2 files changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -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; }
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -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 &copy; by Linux Australia, licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></p>
 
</div>
0 comments (0 inline, 0 general)