Skip to content

Commit

Permalink
Update documentation and package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed Mar 8, 2015
1 parent 2603add commit 7c3ed9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ First of all, you'll need to create your markup. You should have a menu (`#menu`
Add the Slideout.js styles (index.css) in your web application.

```css
html,
body {
width: 100%;
height: 100%;
Expand All @@ -75,7 +74,8 @@ body {
}

.slideout-open,
.slideout-open body {
.slideout-open body,
.slideout-open .slideout-panel {
overflow: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "git@github.com:mango/slideout.git",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <guille87paz@gmail.com>",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"build": "node browserify.js",
"test": "npm run build && node_modules/.bin/_mocha",
Expand Down

0 comments on commit 7c3ed9c

Please sign in to comment.