Changeset - cb782bbd8706
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 16:28:08
bkuhn@ebb.org
Another color test; and fix of text size.
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -47,21 +47,22 @@ h2 { border-bottom: 1px solid #aaa; }
 

	
 
#conservancyheader {
 
  height: 50px;
 
/*  background-color: #d1ff96; */
 
/*  background-color: #92CC58; */
 
/*  background-color: #BDD8A2; */
 
  background-color: #92cc58;
 
/*  background-color: #92cc58; */
 
  background-color: #b5cd9d;
 
  border-bottom: 1px solid #808080;
 
  padding-top: 40px;
 
}
 
#conservancyheader h1 {
 
  text-indent: 0;
 
  margin: 0;
 
  margin-left: 104px;
 
  line-height: 60px;
 
  line-height: 50px;
 
  font-size: 200%;
 
}
 
#conservancyheader h1 a {
 
  color: #000;
 
}
 

	
0 comments (0 inline, 0 general)