Remove alpha branding
This commit is contained in:
parent
c7909a39cb
commit
21ef1c8e41
6 changed files with 3 additions and 6 deletions
|
|
@ -20,6 +20,7 @@
|
|||
* Don't show hovercards for current user in comments [#3999](https://github.com/diaspora/diaspora/issues/3999)
|
||||
* Replace mentions of out-of-aspect people with markdown links [#4161](https://github.com/diaspora/diaspora/pull/4161)
|
||||
* Unify hide and ignore [#3828](https://github.com/diaspora/diaspora/issues/3828)
|
||||
* Remove alpha branding [#4196](https://github.com/diaspora/diaspora/issues/4196)
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB |
|
|
@ -153,10 +153,6 @@ header
|
|||
:display inline-block
|
||||
:margin-top 5px
|
||||
|
||||
.branding-logo_small
|
||||
:height 16px
|
||||
:width 161px
|
||||
|
||||
a
|
||||
:color #CCC
|
||||
:color rgb(147,147,147)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%header
|
||||
- unless current_user
|
||||
.container{:style => "position:relative;"}
|
||||
= link_to content_tag(:div, nil, :class => 'branding-logo_small'), root_path
|
||||
= link_to content_tag(:div, nil, :class => 'diaspora_header_logo branding-header-logo'), root_path
|
||||
|
||||
%ul#landing_nav
|
||||
%li= link_to '@joindiaspora', "http://twitter.com/joindiaspora"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<body>
|
||||
<!-- This file lives in public/500.html -->
|
||||
<header>
|
||||
<img id="diaspora_logo" src="/assets/branding/logo_large.png"/>
|
||||
<img id="diaspora_logo" src="/assets/branding/white2x.png"/>
|
||||
</header>
|
||||
|
||||
<h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue