Changeset - 59c6aa64de0b
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-11 19:20:32
bkuhn@ebb.org
Add margins for videos.
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -433,20 +433,24 @@ dd {
 
}
 

	
 
/* These vido controls are based on the fact that our videos often appear on
 
** the blog summary areas, which are in a div with class column, and in the
 
** main blog, which is in the body with class conservancy-blog
 
*/
 

	
 
div.column video {
 
    float: right;
 
    height:auto !important;
 
    width:25% !important;
 
    max-width:50%;
 
    margin-left: .7em;
 
    margin-bottom: .4em;
 
}
 

	
 
body.conservancy-blog video {
 
    float: right;
 
    height:auto !important;
 
    width:50% !important;
 
    max-width:75%;
 
    margin-left: .7em;
 
    margin-bottom: .7em;
 
}
0 comments (0 inline, 0 general)