File diff 88474ec876ed → b331d52331d2
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -254,21 +254,8 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
.shaded { background: #F0FFB8; padding: .1em .5em; margin-bottom: .5em; }
 

	
 
.columns {
 
    width: 100%;
 
    overflow: hidden;
 
}
 

	
 
.column-small {
 
    width: 31%;
 
 }
 
.column-large {
 
    margin-left: 35%;
 
    margin-right: 50px;
 
}
 

	
 
.column-left { float: left; }
 
.column-right { float: right; }
 

	
 
.column h2 { font-size: 1.25em; }
 
.column h3 { font-size: 1.1em; }
 
.column hr { width: 50%; align: center; }
...
 
@@ -276,6 +263,17 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
.column h2 a { text-decoration: none; color: #000000; }
 
.column h2 a:hover { text-decoration: underline; }
 

	
 
@media all and (min-width: 60em) {
 
    .column {
 
        float: left;
 
    }
 
    .column:nth-child(odd) {
 
        clear: both;
 
        width: 47%;
 
        margin-right: 3em;
 
    }
 
}
 

	
 
#conservancyfooter {
 
  margin-top: 1em;
 
  border-top: 1px solid #ccc;