Changeset - 8c4a6d2a9186
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 16:07:57
bkuhn@ebb.org
Color fab suggests; attempt to fix text.
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -44,14 +44,17 @@ h2 { border-bottom: 1px solid #aaa; }
 
#affiliate-mr { background: #ddd; }
 

	
 
/* Header */
 

	
 
#conservancyheader {
 
  height: 90px;
 
  background-color: #d1ff96;
 
/*  background-color: #d1ff96; */
 
  background-color: #92CC58;
 
  border-bottom: 1px solid #808080;
 
  font-size: 6em;
 
  margin-right: 3px;
 
}
 

	
 
#logobutton {
 
  display: block;
 
  position: absolute; left: 17px; top: 10px; height: 75px; width: 75px;
 
  background: url(/img/conservancy-logo-75px.png) left center no-repeat;
0 comments (0 inline, 0 general)