Merge branch 'stable' into develop

This commit is contained in:
Dennis Schubert 2016-02-08 08:18:33 +01:00
commit 695ca83638
3 changed files with 1 additions and 2 deletions

View file

@ -131,6 +131,7 @@ Contributions are very welcome, the hard work is done!
* Fix `suppress_annoying_errors` eating too much errors [#6653](https://github.com/diaspora/diaspora/pull/6653)
* Ensure the rubyzip gem is properly loaded [#6659](https://github.com/diaspora/diaspora/pull/6659)
* Fix mobile registration layout after failed registration [#6677](https://github.com/diaspora/diaspora/pull/6677)
* Fix mirrored names when using a RTL language [#6680](https://github.com/diaspora/diaspora/pull/6680)
## Features
* Keyboard shortcuts now do work on profile pages as well [#6647](https://github.com/diaspora/diaspora/pull/6647/files)

View file

@ -52,7 +52,6 @@
.author {
font-weight: bold;
unicode-bidi: bidi-override;
}
p {

View file

@ -57,7 +57,6 @@
.author-name {
font-weight: bold;
margin-bottom: 4px;
unicode-bidi: bidi-override;
}
a.author-name { color: $blue; }
.feedback {