Compare commits

...
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

2 Commits

Author SHA1 Message Date
jimi a562a695c0 Add bottom margin to header img, add clear to menu 14 years ago
jimi ee2344f17d Change to alternate logo image 14 years ago
  1. 2
      app/views/layouts/application.html.haml
  2. BIN
      public/images/Air-one.alt.png
  3. 11
      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

Before

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

After

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

11
public/stylesheets/layout.css

@ -28,13 +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;
margin-bottom: 0.462em;
}
#header img#badge {
margin-top: -1.0em;
margin-left: -1.5em;
}
#header ul li {
list-style: none;
@ -48,6 +52,7 @@ blockquote p {
}
#menu {
clear: both;
margin: 0 auto;
overflow: hidden;
background-color: #00c000; }