Changeset - affb41bcde48
[Not reviewed]
0 1 1
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-03 16:34:33
bkuhn@ebb.org
Try with 120px size image.
2 files changed with 6 insertions and 7 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -46,7 +46,7 @@ h2 { border-bottom: 1px solid #aaa; }
 
/* Header */
 

	
 
#conservancyheader {
 
  height: 50px;
 
  height: 80px;
 
/*  background-color: #d1ff96; */
 
/*  background-color: #92CC58; */
 
/*  background-color: #BDD8A2; */
...
 
@@ -54,22 +54,21 @@ h2 { border-bottom: 1px solid #aaa; }
 
/*  background-color: #b5cd9d; */
 
  background-color: #afe578;
 
  border-bottom: 1px solid #808080;
 
  padding-top: 40px;
 
  padding-top: 60px;
 
}
 
#conservancyheader h1 {
 
  text-indent: 0;
 
  margin: 0;
 
  margin-left: 104px;
 
  line-height: 50px;
 
  margin-left: 160px;
 
  line-height: 100px;
 
}
 
#conservancyheader h1 a {
 
  color: #000;
 
}
 

	
 
#logobutton {
 
  display: block;
 
  position: absolute; left: 17px; top: 10px; height: 75px; width: 75px;
 
  background: url(/img/conservancy-logo-75px.png) left center no-repeat;
 
  position: absolute; left: 17px; top: 10px; height: 120px; width: 120px;
 
  background: url(/img/conservancy-logo-120px.png) left center no-repeat;
 
}
 

	
 
/* Navigation bar */
www/conservancy/static/img/conservancy-logo-120px.png
Show inline comments
 
new file 100644
 
binary diff not shown
Show images
0 comments (0 inline, 0 general)