File diff f26c598c78fc → eeba7a3154bb
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -477,6 +477,7 @@ blockquote, div.quote /* div.quote is used by conservancy whitepaper */ {
 
    min-width: 8%;
 
    max-width: 30%;
 
    width: auto;
 
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
 
}
 
.picture-small img {
 
   width: 100%;
...
 
@@ -652,3 +653,32 @@ div.small-right, div.medium-right {
 
    padding: .3em;
 
    text-align: center;
 
}
 

	
 
.breadcrumbs {
 
  font-size: 14px;
 
  padding: 0.5rem 0 0;
 
}
 

	
 
.breadcrumbs, .breadcrumbs a {
 
  color: #777;
 
}
 
.breadcrumbs a {
 
  padding: 0 0.5em;
 
}
 
.breadcrumbs a:first-child {
 
  padding-left: 0;
 
}
 
.breadcrumbs span {
 
  padding-left: 0.5em;
 
}
 

	
 
.press-release .date, .conservancy-blog .date {
 
  margin-bottom: 1rem;
 
}
 

	
 
/* Expanding sections. */
 
details summary {
 
  font-size: 1rem;
 
  font-weight: bold;
 
  padding: 0.5rem 0;
 
}