Merge pull request #6415 from AugierLe42e/replace-mobile-background-image

Replace mobile background image by a color
This commit is contained in:
Steffen van Bergerem 2015-10-02 21:55:21 +02:00
commit dca23d1369
3 changed files with 2 additions and 5 deletions

View file

@ -56,6 +56,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure.
* Clean up publisher code [#6336](https://github.com/diaspora/diaspora/6336)
* Port conversations to new design [#6431](https://github.com/diaspora/diaspora/pull/6431)
* Hide cancel button in publisher on small screens [#6435](https://github.com/diaspora/diaspora/pull/6435)
* Replace mobile background with color [#6415](https://github.com/diaspora/diaspora/pull/6415)
## Bug fixes
* Destroy Participation when removing interactions with a post [#5852](https://github.com/diaspora/diaspora/pull/5852)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View file

@ -26,11 +26,7 @@ code {
}
body {
background: {
image: image-url("mobile/hatched-light.jpg");
/* scale background image down for iOS retina display */
size: 200px;
}
background-color: $sidebars-background;
padding: 0;
}