diff --git a/.gitignore b/.gitignore index 1dfd4b0..40588c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.sass-cache *.log /output -/tmp \ No newline at end of file +/tmp +.DS_Store diff --git a/content/css/_willbridge.scss b/content/css/_willbridge.scss index cdbc436..7c12b9d 100644 --- a/content/css/_willbridge.scss +++ b/content/css/_willbridge.scss @@ -13,7 +13,8 @@ Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, custom html, body, #page {height:100%;} body { - background:url(../images/bgs/02.jpg) repeat-x 50% 0; + background: url(../images/bgs/02.jpg) repeat-x 50% 0; + background-attachment: fixed; text-align:left; margin:0; padding:0; @@ -2578,7 +2579,7 @@ a:hover span.image_rollover > span { /* ---------- Footer ---------- */ #footer { - background-color:#ffffff; + // background-color:#ffffff; // height:70px; margin-top:-70px; overflow:hidden; diff --git a/content/images/logo.png b/content/images/logo.png index ed71236..a387be7 100644 Binary files a/content/images/logo.png and b/content/images/logo.png differ diff --git a/layouts/default.haml b/layouts/default.haml index c466881..e57062d 100644 --- a/layouts/default.haml +++ b/layouts/default.haml @@ -38,7 +38,7 @@ %header#header .header_inner %a.logo{:href => "/"} - %img{:alt => "", :src => "/images/logo.png"}/ + %img{:alt => "", :width => 166, :height => 57, :src => "/images/logo.png"}/ .custom_html %h3{:style => "color:#ffffff; margin:0; line-height:24px;"} May the Source be with you. = render 'social_list' diff --git a/originals/logo.pxm b/originals/logo.pxm index bcecfc6..3de7a22 100644 Binary files a/originals/logo.pxm and b/originals/logo.pxm differ