Skip to content

Commit

Permalink
Fixes a z-index bug
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioc committed Oct 28, 2014
1 parent 00a310f commit e760b6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.2.5, October 28st, 2014
=================================

- Fixes a z-index bug

Version 1.2.4, October 28st, 2014
=================================
Expand Down
2 changes: 1 addition & 1 deletion jingo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var program = require('commander'),

global.Git = require('./lib/gitmech');

program.version('1.2.4')
program.version('1.2.5')
.option('-c, --config <path>', 'Specify the config file')
.option('-#, --hash-string <string>', 'Create an hash for a string')
.option('-l, --local', 'Listen on localhost only')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jingo",
"version": "1.2.4",
"version": "1.2.5",
"description": "A nodejs based wiki engine (sort of Gollum port)",
"author": "Claudio Cicali <[email protected]>",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ ul.doc-list > li .message {
.tools {
display: none;
position: fixed;
z-index: 2;
z-index: 4;
margin-top: -62px;
background-color: rgba(27,27,27,.3);
border: 1px solid gray;
Expand Down

0 comments on commit e760b6f

Please sign in to comment.