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
...
 
@@ -46,15 +46,16 @@ h2 { border-bottom: 1px solid #aaa; }
 
/* Header */
 

	
 
#conservancyheader {
 
  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 {
 
  display: block;
 
  position: absolute; left: 17px; top: 10px; height: 75px; width: 75px;
 
  background: url(/img/conservancy-logo-75px.png) left center no-repeat;
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -11,15 +11,16 @@
 
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
 
    {% block head %}{% endblock %}
 
  </head>
 

	
 
  <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>
 
          <li class="overview"><a href="/overview/">Overview</a></li>
 
	  <li class="members"><a href="/members/">Member Projects</a></li>
 
          <li class="news"><a href="/news/">News</a></li>
0 comments (0 inline, 0 general)