Merge pull request #4289 from rivendale2010/patch-2
fix link to background image
This commit is contained in:
commit
4d196c5453
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
* Disable invite button after sending invite [#4173](https://github.com/diaspora/diaspora/issues/4173)
|
||||
* Fix pagination for people list on the tag stream page [#4245](https://github.com/diaspora/diaspora/pull/4245)
|
||||
* Fix missing timeago tooltip in conversations [#4257](https://github.com/diaspora/diaspora/issues/4257)
|
||||
* Fix link to background image [#4289](https://github.com/diaspora/diaspora/pull/4289)
|
||||
|
||||
## Features
|
||||
* Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252)
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
border-top: 1px solid #444;
|
||||
text-align: left;
|
||||
background-image: image-url("hatched-bg-dark.png");
|
||||
background-image: image-url("texture/hatched-dark.png");
|
||||
}
|
||||
|
||||
#new-post-comment-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue