Skip to content

Commit

Permalink
fixed diaspora logo asset on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrippi committed Dec 2, 2010
1 parent 6da4100 commit ee47a2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 5 additions & 1 deletion app/views/layouts/_header.html.haml
Expand Up @@ -3,7 +3,11 @@
-# the COPYRIGHT file.
.container{:style => "position:relative;"}
= link_to image_tag('diaspora_logo_small.png', :height => "16px", :width => "161px", :class => "diaspora_header_logo"), root_path

- if current_user
= link_to image_tag('diaspora_logo_small.png', :height => "16px", :width => "161px", :class => "diaspora_header_logo"), root_path
- else
= link_to image_tag('diaspora_logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path

- unless current_user
.right
Expand Down
Binary file added public/images/diaspora_logo_large.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions public/stylesheets/sass/application.sass
Expand Up @@ -133,12 +133,9 @@ header
:color #eee

&.landing
#diaspora_text
:font
:size 30px
:text-shadow 0 2px 3px #000
.right
:top 10px
:height 45px

ul#user_menu
:overflow hidden
Expand Down Expand Up @@ -1733,8 +1730,6 @@ ul#landing_nav
:margin 0
:padding 0

:top 30px

:font
:size 14px

Expand Down

0 comments on commit ee47a2f

Please sign in to comment.