Changeset - bdfb44e4022f
[Not reviewed]
0 1 0
Bradley M. Kuhn - 3 years ago 2020-12-04 19:32:49
bkuhn@sfconservancy.org
Make font size smaller for picture-tiny
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -332,25 +332,25 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
    max-width: 30%;
 
    width: auto;
 
}
 
.picture-small img {
 
   width: 100%;
 
}
 
.picture-tiny {
 
    padding-left: 1em;
 
    border: thin silver solid;
 
    padding: 0.5em;
 
    text-align: center;
 
    font-style: italic;
 
    font-size: 70%;
 
    font-size: 30%;
 
    text-indent: 0;
 
    margin: .25em;
 
    min-width: 4%;
 
    max-width: 10%;
 
    width: auto;
 
}
 
.picture-tiny img {
 
   width: 100%;
 
}
 

	
 

	
 
.secondary_info { font-size: 83%; }
0 comments (0 inline, 0 general)