This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
3 changed files with
9 additions and
4 deletions
-
app/views/layouts/application.html.haml
-
BIN
public/images/Air-one.alt.png
-
public/stylesheets/layout.css
|
|
@ -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") |
|
|
|
Width: 420
|
Height: 214
|
Size: 41 KiB
Width: 420
|
Height: 214
|
Size: 41 KiB
|
|
|
@ -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; } |
|
|
|