Changeset - 34a5a7a2e042
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 16:20:01
bkuhn@ebb.org
Attempts to fix text display; make background white as an experiment.
1 file changed with 6 insertions and 5 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -46,13 +46,14 @@ h2 { border-bottom: 1px solid #aaa; }
 
/* Header */
 

	
 
#conservancyheader {
 
  height: 90px;
 
  height: 50px;
 
/*  background-color: #d1ff96; */
 
  background-color: #92CC58;
 
  background-color: #BDD8A2;
 
/*  background-color: #92CC58; */
 
/*  background-color: #BDD8A2; */
 
  background-color: #ffffff;
 
  border-bottom: 1px solid #808080;
 
  font-size: 4em;
 
  display: block;
 
  font-size: 300%;
 
  padding-top: 40px;
 
}
 

	
 
#logobutton {
0 comments (0 inline, 0 general)