Browse Source

Change to alternate logo image

- correct background color issue
  - remove top border
alt_logo
jimi 14 years ago
parent
commit
ee2344f17d
  1. 2
      app/views/layouts/application.html.haml
  2. BIN
      public/images/Air-one.alt.png
  3. 9
      public/stylesheets/layout.css

2
app/views/layouts/application.html.haml

@ -13,7 +13,7 @@
%body
#container
#header
%img.left#badge(src='images/logo.png' alt='Air-one Logo')
%img.left#badge(src='images/Air-one.alt.png' alt='Air-one Logo')
#gallery.ugallery
%a(href="images/sprinter.1.png")
%a(href="images/vans.png")

BIN
public/images/Air-one.alt.png

After

Width: 420  |  Height: 214  |  Size: 41 KiB

9
public/stylesheets/layout.css

@ -28,14 +28,17 @@ blockquote p {
}
#header {
background-color: none;
overflow: hidden;
border-top: solid 0.154em #00c000;
background-color: inherit;
padding: 0.462em 0;
position: relative;
}
#header img {
display: block;
}
#header img#badge {
margin-top: -1.0em;
margin-left: -1.5em;
}
#header ul li {
list-style: none;
}