parent
785665b9ad
commit
f9f5e990f9
3 changed files with 1 additions and 2 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
* Fix `suppress_annoying_errors` eating too much errors [#6653](https://github.com/diaspora/diaspora/pull/6653)
|
* 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)
|
* 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 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
|
## Features
|
||||||
* Keyboard shortcuts now do work on profile pages as well [#6647](https://github.com/diaspora/diaspora/pull/6647/files)
|
* Keyboard shortcuts now do work on profile pages as well [#6647](https://github.com/diaspora/diaspora/pull/6647/files)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
&:first-child { border-top: none; }
|
&:first-child { border-top: none; }
|
||||||
a.author{
|
a.author{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
unicode-bidi: bidi-override;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar{
|
.avatar{
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,6 @@
|
||||||
.author-name {
|
.author-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
unicode-bidi: bidi-override;
|
|
||||||
}
|
}
|
||||||
a.author-name { color: $blue; }
|
a.author-name { color: $blue; }
|
||||||
.feedback {
|
.feedback {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue