File diff e841fd4f0c7a → 8ea9fbd8081d
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -332,12 +332,28 @@ 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%;
 
    text-indent: 0;
 
    margin: .25em;
 
    min-width: 4%;
 
    max-width: 10%;
 
    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;}