Changeset - 53acfaa42ff1
[Not reviewed]
0 2 1
Bradley Kuhn (bkuhn) - 14 years ago 2010-10-03 16:04:17
bkuhn@ebb.org
First attempt and putting logo up on the site.
3 files changed with 10 insertions and 8 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -47,6 +47,12 @@ h2 { border-bottom: 1px solid #aaa; }
 

	
 
#conservancyheader {
 
  height: 90px;
 
  background-color: #d1ff96;
 
  border-bottom: 1px solid #808080;
 
}
 

	
 
#logobutton {
 
  display: block;
 
  position: absolute; left: 17px; top: 10px; height: 51px; width: 525px;
 
  background: url(/img/conservancy-logo-wide.png) left center no-repeat;
 
  position: absolute; left: 17px; top: 10px; height: 75px; width: 75px;
 
  background: url(/img/conservancy-logo-75px.png) left center no-repeat;
 
}
...
 
@@ -165,3 +171,2 @@ span.subsubsectionToc { padding-left: 6em;}
 

	
 
#conservancyheader { background: #d4ff9d url(/img/headerbg.png) left top repeat-x; }
 

	
...
 
@@ -178,6 +183,2 @@ span.subsubsectionToc { padding-left: 6em;}
 

	
 
#logobutton {
 
  position: absolute; left: 17px; top: 10px; height: 51px; width: 70px;
 
}
 

	
 
body.conservancy-overview #navbar ul li.overview a,
www/conservancy/static/img/conservancy-logo-75px.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -16,3 +16,4 @@
 
    <div id="conservancyheader">
 
      <h1><a href="/"><span id="logobutton">Software Freedom Conservancy</span></a></h1>
 
    <span id="logobutton"/>
 
      <h1><a href="/">Software Freedom Conservancy</a></h1>
 
    </div>
0 comments (0 inline, 0 general)