Update logo image for retina

This commit is contained in:
Ariejan de Vroom 2013-05-21 20:39:41 +02:00
parent 51d316c853
commit 4cba0a0be5
5 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/.sass-cache /.sass-cache
*.log *.log
/output /output
/tmp /tmp
.DS_Store

View File

@ -13,7 +13,8 @@ Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, custom
html, body, #page {height:100%;} html, body, #page {height:100%;}
body { 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; text-align:left;
margin:0; margin:0;
padding:0; padding:0;
@ -2578,7 +2579,7 @@ a:hover span.image_rollover > span {
/* ---------- Footer ---------- */ /* ---------- Footer ---------- */
#footer { #footer {
background-color:#ffffff; // background-color:#ffffff;
// height:70px; // height:70px;
margin-top:-70px; margin-top:-70px;
overflow:hidden; overflow:hidden;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -38,7 +38,7 @@
%header#header %header#header
.header_inner .header_inner
%a.logo{:href => "/"} %a.logo{:href => "/"}
%img{:alt => "", :src => "/images/logo.png"}/ %img{:alt => "", :width => 166, :height => 57, :src => "/images/logo.png"}/
.custom_html .custom_html
%h3{:style => "color:#ffffff; margin:0; line-height:24px;"} May the Source be with you. %h3{:style => "color:#ffffff; margin:0; line-height:24px;"} May the Source be with you.
= render 'social_list' = render 'social_list'

Binary file not shown.