Changeset - cfd70dca90b1
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 17:33:41
bkuhn@ebb.org
CSS fixes.
1 file changed with 1 insertions and 9 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -43,32 +43,24 @@ h2 { border-bottom: 1px solid #aaa; }
 
#affiliate-conservancy { background: #d4ff9d; }
 
#affiliate-mr { background: #ddd; }
 

	
 
/* Header */
 

	
 
#conservancyheader {
 
  height: 80px;
 
  height: 140px;
 
/*  background-color: #d1ff96; */
 
/*  background-color: #92CC58; */
 
/*  background-color: #BDD8A2; */
 
/*  background-color: #92cc58; */
 
/*  background-color: #b5cd9d; */
 
  background-color: #afe578;
 
  border-bottom: 1px solid #808080;
 
  padding-top: 60px;
 
}
 
#conservancyheader h1 {
 
  text-indent: 160px;
 
  margin: 0;
 
  margin-left: 160px;
 
  line-height: 100px;
 
}
 
#conservancyheader h1 a {
 
  text-indent: -5000px;
 
  margin: 0; /* hide in favor of image */
 
  color: #afe578;
 
}
 
#logobutton {
 
  display: block;
 
  position: absolute; left: 17px; top: 10px; height: 120px; width: 440px;
 
  background: url(/img/conservancy-header.png)  left center no-repeat;
 
}
0 comments (0 inline, 0 general)