Changeset - 0fc09ea15422
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 16:13:12
bkuhn@ebb.org
Color improvement from fab; still trying to work out text placement.
2 files changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -49,9 +49,10 @@ h2 { border-bottom: 1px solid #aaa; }
 
  height: 90px;
 
/*  background-color: #d1ff96; */
 
  background-color: #92CC58;
 
  background-color: #BDD8A2;
 
  border-bottom: 1px solid #808080;
 
  font-size: 6em;
 
  margin-right: 3px;
 
  font-size: 4em;
 
  display: block;
 
}
 

	
 
#logobutton {
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -14,9 +14,10 @@
 

	
 
  <body class="conservancy-{% block category %}other{% endblock %}">
 
    <div id="conservancyheader">
 
    <span id="logobutton"/>
 
      <h1><a href="/">Software Freedom Conservancy</a></h1>
 
    </div>
 
    <div id="logobutton">
 
    </div>
 
    <div id="navbar-outer">
 
      <div id="navbar">
 
	<ul>
0 comments (0 inline, 0 general)