fixed diaspora logo asset on landing page
This commit is contained in:
parent
6da410079b
commit
ee47a2ffda
3 changed files with 6 additions and 7 deletions
|
|
@ -3,7 +3,11 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
.container{:style => "position:relative;"}
|
.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
|
- unless current_user
|
||||||
.right
|
.right
|
||||||
|
|
|
||||||
BIN
public/images/diaspora_logo_large.png
Normal file
BIN
public/images/diaspora_logo_large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7 KiB |
|
|
@ -133,12 +133,9 @@ header
|
||||||
:color #eee
|
:color #eee
|
||||||
|
|
||||||
&.landing
|
&.landing
|
||||||
#diaspora_text
|
|
||||||
:font
|
|
||||||
:size 30px
|
|
||||||
:text-shadow 0 2px 3px #000
|
|
||||||
.right
|
.right
|
||||||
:top 10px
|
:top 10px
|
||||||
|
:height 45px
|
||||||
|
|
||||||
ul#user_menu
|
ul#user_menu
|
||||||
:overflow hidden
|
:overflow hidden
|
||||||
|
|
@ -1733,8 +1730,6 @@ ul#landing_nav
|
||||||
:margin 0
|
:margin 0
|
||||||
:padding 0
|
:padding 0
|
||||||
|
|
||||||
:top 30px
|
|
||||||
|
|
||||||
:font
|
:font
|
||||||
:size 14px
|
:size 14px
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue