Changeset - e256b5329c85
[Not reviewed]
0 3 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 17:29:23
bkuhn@ebb.org
Next version of Fab's text-containing image logo; some CSS and HTML
changes to make the appearance of it better.
3 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -66,13 +66,13 @@ h2 { border-bottom: 1px solid #aaa; }
 
  text-indent: -5000px;
 
  margin: 0; /* hide in favor of image */
 
  color: #afe578;
 
}
 
#logobutton {
 
  display: block;
 
  position: absolute; left: 17px; top: 10px; height: 120px; width: 400px;
 
  position: absolute; left: 17px; top: 10px; height: 120px; width: 440px;
 
  background: url(/img/conservancy-header.png)  left center no-repeat;
 
}
 

	
 
/* Navigation bar */
 
#navbar-outer { background: #CDDBDC; }
 
#navbar { margin-left: 104px; margin-top: 3px; float: left; display: inline; }
www/conservancy/static/img/conservancy-header.png
Show inline comments
 
binary diff not shown
Show images
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -11,15 +11,14 @@
 
    <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">
 
      <h1><a href="/">Software Freedom Conservancy</a></h1>
 
    </div>
 
    <div id="logobutton">
 
            
 
      <h1><span id="logobutton"><a href="/">Software Freedom Conservancy</span></a></h1>
 
    </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>
0 comments (0 inline, 0 general)