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
...
 
@@ -8,12 +8,27 @@
 

	
 
.column:nth-child(even) {
 
    float: right;
 
    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;
 
    margin-right: 1.5em;
 
    /* Below from .shaded, but we don't want the class on non-big screens. */
 
    padding: .75em;
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -295,12 +295,21 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
  background: #eee;
 
}
 

	
 
.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; }
 
.document_format { border: 1px solid #888; padding: .2em; background: #fff99d;}
 
.copyright_info { font-size: 90%; }
 
hr.footnote-separator { width: 80%; margin-left: auto; margin-right: auto; }
0 comments (0 inline, 0 general)