mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
fix image branding logo_caps
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
%p
|
||||
= image_tag('branding/asterisk.png', :id => 'asterisk', :class => 'logo', :height => 154, :width => 154)
|
||||
%p
|
||||
= image_tag('branding/logo_caps.png', :id => 'logo', :width => 98, :height => 14)
|
||||
= image_tag('branding/logo.png', :id => 'logo', :width => 98, :height => 14)
|
||||
|
||||
- flash.each do |name, msg|
|
||||
%p{:class => "login_#{name}"}= msg
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<div id="page" class="container">
|
||||
<header id="header">
|
||||
<a id="login-link" href="login" class="btn">Log In</a>
|
||||
<img src="assets/branding/logo_caps.png" />
|
||||
<img src="assets/branding/logo.png" />
|
||||
</header>
|
||||
|
||||
<div id="banner" class="row">
|
||||
|
||||
Reference in New Issue
Block a user