Merge pull request #4692 from svbergerem/header-fix-badge-background

Remove background from badges in header
This commit is contained in:
Jonne Haß 2014-01-14 06:03:25 -08:00
commit 80acf6b057
2 changed files with 5 additions and 0 deletions

View file

@ -65,6 +65,7 @@ For more details see https://wiki.diasporafoundation.org/Updating
* Specify Firefox version for Travis-CI [#4623](https://github.com/diaspora/diaspora/pull/4623)
* Remove location when publisher is cleared by user
* On signup form errors, don't empty previous values by user, fix [#4663](https://github.com/diaspora/diaspora/issues/4663)
* Remove background from badges in header [#4692](https://github.com/diaspora/diaspora/issues/4692)
## Features
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)

View file

@ -14,6 +14,10 @@ header
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
font-size: 13px
#message_inbox_badge, #notification_badge
background: none
#notification_badge.active
@include border-radius(0)