File diff d5f461d87963 → 55c0b3bb1c69
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -472,33 +472,6 @@ dd {
 
    font-size: 110%;
 
}
 

	
 
/* 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;
 
}
 

	
 
/* In older firefox/iceweasel, the above did not work.  The below is a legacy
 
** hack, and requires you to remember to put class="small-right" and class="medium-right"
 
*/
 

	
 
video.small-right {
 
    float: right;
 
    height: auto !important;