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
...
 
@@ -69,7 +69,7 @@ h2 { border-bottom: 1px solid #aaa; }
 
}
 
#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;
 
}
 

	
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
...
 
@@ -14,9 +14,8 @@
 

	
 
  <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">
0 comments (0 inline, 0 general)