Trying a new color; attempt to fix text size.

This commit is contained in:
Bradley M. Kuhn 2010-10-03 12:24:36 -04:00
parent 34a5a7a2e0
commit 37e355a155

View file

@ -50,11 +50,20 @@ h2 { border-bottom: 1px solid #aaa; }
/* background-color: #d1ff96; */ /* background-color: #d1ff96; */
/* background-color: #92CC58; */ /* background-color: #92CC58; */
/* background-color: #BDD8A2; */ /* background-color: #BDD8A2; */
background-color: #ffffff; background-color: #92cc58;
border-bottom: 1px solid #808080; border-bottom: 1px solid #808080;
font-size: 300%;
padding-top: 40px; padding-top: 40px;
} }
#conservancyheader h1 {
text-indent: 0;
margin: 0;
margin-left: 104px;
line-height: 60px;
font-size: 200%;
}
#conservancyheader h1 a {
color: #000;
}
#logobutton { #logobutton {
display: block; display: block;
@ -175,17 +184,6 @@ span.subsubsectionToc { padding-left: 6em;}
.js, .js p, .js p.bibitem, .js p.bibitem-p { background-color: #cde7e9; } .js, .js p, .js p.bibitem, .js p.bibitem-p { background-color: #cde7e9; }
#conservancyheader h1 {
text-indent: 0;
margin: 0;
margin-left: 104px;
line-height: 72px;
}
#conservancyheader h1 a {
color: #000;
}
body.conservancy-overview #navbar ul li.overview a, body.conservancy-overview #navbar ul li.overview a,
body.conservancy-members #navbar ul li.members a, body.conservancy-members #navbar ul li.members a,
body.conservancy-news #navbar ul li.news a, body.conservancy-news #navbar ul li.news a,