Changeset - 21ee13ee7ecc
[Not reviewed]
0 2 0
Bradley M. Kuhn - 3 years ago 2020-11-26 05:03:24
bkuhn@sfconservancy.org
Supporter: pictures: get picture-small working & apply throughout.

I pulled this from the `blog-left` style I used to use in blog posts
and created a new style called picture-small. On smaller screen
real estate, Tony's picture was ultimately too big.
2 files changed with 15 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -321,4 +321,10 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
}
 
.picture-small img {
 
.picture-small {
 
    padding-left: 1em;
 
    border: thin silver solid;
 
    padding: 0.5em;
 
    text-align: center;
 
    font-style: italic;
 
    font-size: 70%;
 
    text-indent: 0;
 
    margin: .25em;
...
 
@@ -328,2 +334,6 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
}
 
.picture-small img {
 
   width: 100%;
 
}
 

	
 

	
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -81,5 +81,5 @@
 

	
 
<div class="picture right" style="clear: right;">
 
<div class="picture-small right">
 
  <img src="/img/2020_Sebro-Tony_CopyleftConf.jpg" alt="Tony Sebro speaks on stage in front of a slide comparing 1800&rsquo;s Eschatology and Golden Era Hip Hop">
 
  <p>Tony Sebro, delivering the keynote address at Copyleft Conf 2020. Photo copyright &copy; by Remy DeCausemaker, licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></p>
 
  <p>Tony Sebro, delivering the keynote address at Copyleft Conf 2020. Photo &copy; Remy DeCausemaker, licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></p>
 
</div>
...
 
@@ -190,3 +190,4 @@ as we look hopefully forward to an in-person Copyleft Conf 2022.</p>
 
  <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.<br/>Photo &copy; by Linux Australia <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></p>
 
  <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.<br/>Photo &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)