Changeset - 26b014139c7e
[Not reviewed]
0 1 0
Bradley M. Kuhn - 3 years ago 2020-12-04 20:07:59
bkuhn@sfconservancy.org
Make tiny pictures a bit bigger.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -332,29 +332,29 @@ 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: 30%;
 
    font-size: 50%;
 
    text-indent: 0;
 
    margin: .25em;
 
    min-width: 4%;
 
    max-width: 10%;
 
    max-width: 15%;
 
    width: auto;
 
}
 
.picture-tiny img {
 
   width: 100%;
 
}
 

	
 

	
 
.secondary_info { font-size: 83%; }
 
.next_page_button { float: right; }
 
.pagination_list { text-align: center; }
 
.document_format { border: 1px solid #888; padding: .2em; background: #fff99d;}
 
.copyright_info { font-size: 90%; }
0 comments (0 inline, 0 general)