diff options
author | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 18:23:15 +0200 |
---|---|---|
committer | Michael Traeger <git@m.traeger-mail.de> | 2016-07-07 18:23:15 +0200 |
commit | 7f8cea5ea323dd5212de01977589f51615ac1f02 (patch) | |
tree | 890b8e63ff89cb79d3c8cfe4b99c2f5d2f906f31 | |
parent | 3f6a59ddf2576a62981fb9b7f0d033553cddef99 (diff) |
update readme
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | changelog.md | 8 |
2 files changed, 13 insertions, 6 deletions
@@ -2,14 +2,11 @@ Old Menu =========== Forked by Michael Träger. This is without the tiny Icons and with a fix max-width of 100px for the Menu. + Forked from https://github.com/SansPseudoFix/Old_menu Menu on the left side for [owncloud](http://owncloud.org/). -**This is a beta version. Please, try it on test server before.** (No reason to break anything, but we never know) - -This app does the exact opposite of [menu on top](https://github.com/awikatchikaen/menu_on_top) by awikatchikaen, and -the exact opposite of the current behavior for owncloud 7. When screen width is larger than 1100px, menu is placed to the left (like old oc menu). Smaller than 1100px, menu bring back to the top. @@ -19,4 +16,8 @@ to the top. * go to /apps folder * unzip * change name -> ````mv Old_menu-master old_menu```` -* activate Old Menu
\ No newline at end of file +* activate Old Menu + +Alternative +* git clone this repo to /apps direcotry with `git clone https://github.com/mtraeger/Old_menu.git old_menu` +* activate in app menu diff --git a/changelog.md b/changelog.md index de3a751..916b4a1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +### 2016, 7 July + +Fixes for use with nextcloud +* Bring back original color of upper right menu +* + ### 2015, 22 March: * Fixed multi selected files header-bar @@ -28,4 +34,4 @@ ### 2014, 15 September -* change background-color to match the top bar ([thx lub](https://github.com/SansPseudoFix/Old_menu/pull/1))
\ No newline at end of file +* change background-color to match the top bar ([thx lub](https://github.com/SansPseudoFix/Old_menu/pull/1)) |