Merge branch 'stable' into develop

This commit is contained in:
Dennis Schubert 2015-07-07 02:51:38 +02:00
commit c703cadf9b
2 changed files with 0 additions and 2 deletions

View file

@ -58,7 +58,6 @@ bind to an UNIX socket at `unix:tmp/diaspora.sock`. Please change your local
* Fix wrong closing a-tag [#6111](https://github.com/diaspora/diaspora/pull/6111) * Fix wrong closing a-tag [#6111](https://github.com/diaspora/diaspora/pull/6111)
* Fix mobile more-button wording when there are less than 15 posts [#6118](https://github.com/diaspora/diaspora/pull/6118) * Fix mobile more-button wording when there are less than 15 posts [#6118](https://github.com/diaspora/diaspora/pull/6118)
* Fix reappearing flash boxes during sign-in [#6146](https://github.com/diaspora/diaspora/pull/6146) * Fix reappearing flash boxes during sign-in [#6146](https://github.com/diaspora/diaspora/pull/6146)
* Fix the kittens posioin on 404 pages [#6169](https://github.com/diaspora/diaspora/pull/6169)
## Features ## Features
* Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090) * Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090)

View file

@ -2,7 +2,6 @@ html,
body { body {
/* hack to ensure fixed elements at height: 100%; are in relation to the window */ /* hack to ensure fixed elements at height: 100%; are in relation to the window */
max-height : 100%; max-height : 100%;
height: 100%;
} }
body { body {