Changeset - 35259a101c06
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-02-28 20:45:53
bkuhn@ebb.org
Height and width to match the bigger size of the existing file.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -49,13 +49,13 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
#conservancyheader h1 {
 
  text-indent: -5000px;
 
  margin: 0; /* hide in favor of image */
 
}
 
#logobutton {
 
  display: block;
 
  position: absolute; left: 17px; top: 10px; height: 120px; width: 440px;
 
  position: absolute; left: 17px; top: 10px; height: 164px; width: 500px;
 
  background: url(/img/conservancy-header.png)  left center no-repeat;
 
}
 

	
 
/* Navigation bar */
 
#navbar-outer { background: #B3D4A3; }
 
#navbar { margin-left: 104px; margin-top: 3px; float: left; display: inline; }
0 comments (0 inline, 0 general)