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
...
 
@@ -321,2 +321,9 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
}
 
.picture-small img {
 
    padding-left: 1em;
 
    margin: .25em;
 
    min-width: 8%;
 
    max-width: 30%;
 
    width: auto;
 
}
 

	
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -188,3 +188,3 @@ 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">
0 comments (0 inline, 0 general)