File diff 35fd957b4ad0 → 21ee13ee7ecc
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -319,13 +319,23 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
    margin: 0 auto;
 
    max-width: 100%;
 
}
 
.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;
 
    min-width: 8%;
 
    max-width: 30%;
 
    width: auto;
 
}
 
.picture-small img {
 
   width: 100%;
 
}
 

	
 

	
 
.secondary_info { font-size: 83%; }
 
.next_page_button { float: right; }