redmine-theme-gitmike
redmine-theme-gitmike copied to clipboard
Compatibility with "a_common_libs" plugin
Hello,
This plugin (http://www.redmine.org/plugins/a_common_libs) add some stylesheets and your theme may be broken.
- Redmine 3.3
- Gitmike theme 1.0.9
- A_common_libs 2.1.8
To quick fix this, you need add in file(gitmike/stylesheets/application.css) : #main-menu :: overflow: visible; margin-bottom: 0; height: 3.6em;
#main-menu ul :: top: 0;
#header :: padding-bottom: 0;