making image names more generic

This commit is contained in:
maxwell 2010-12-13 14:02:11 -08:00
parent 502db347cc
commit 8eb9ab1781
8 changed files with 6 additions and 5 deletions

3
.gitignore vendored
View file

@ -1,7 +1,8 @@
#trademark sillyness
app/views/home/_show.html.haml
app/views/home/_show.mobile.haml
#
public/images/ball_small.png
public/images/ball.png
# Configuration files
config/app_config.yml
config/fb_config.yml

View file

@ -5,9 +5,9 @@
.container#head{:style => "position:relative;"}
- if current_user
= link_to image_tag('diaspora_logo_small.png', :height => "16px", :width => "161px", :class => "diaspora_header_logo"), root_path
= link_to image_tag('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
= link_to image_tag('logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path
- if !current_user
.right

View file

@ -21,6 +21,6 @@
%body
%div{:data => {:role => 'header', :nobackbtn => 'true'}}
= link_to image_tag('diaspora_logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path
= link_to image_tag('logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path
#content{:data => {:role => 'page', :theme => "b"}}
= yield
= yield

BIN
public/images/logo_caps.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
public/images/white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB