Changeset - dd8d159fcbb0
[Not reviewed]
0 2 0
Brett Smith (brett) - 7 years ago 2016-12-01 20:04:55
brett@sfconservancy.org
css: Add styles for blog pictures.
2 files changed with 24 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -11,6 +11,21 @@
 
    width: 49%;
 
}
 

	
 
.left {
 
    float: left;
 
    margin-right: 1.5em;
 
}
 

	
 
.right {
 
    float: right;
 
    margin-left: 1.5em;
 
}
 

	
 
.picture {
 
    width: 30em;
 
    padding: .75em;
 
}
 

	
 
#contractpatch-follow {
 
    float: left;
 
    width: 30em;
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -298,6 +298,15 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
.newsgraphic { float: right; }
 
.newsgraphic img { border: 1px solid #000; }
 

	
 
.picture {
 
    text-align: center;
 
    font-style: italic;
 
}
 
.picture img {
 
    margin: 0 auto;
 
    max-width: 100%;
 
}
 

	
 
.secondary_info { font-size: 83%; }
 
.next_page_button { float: right; }
 
.pagination_list { text-align: center; }
0 comments (0 inline, 0 general)