Skip to content

Commit

Permalink
Merge pull request #27 from publicis-indonesia/master
Browse files Browse the repository at this point in the history
Sync with master
  • Loading branch information
Alfiana Sibuea committed Jul 25, 2014
2 parents 7eb8c00 + 4bab155 commit fe81792
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://publicis-indonesia.github.io/Waves",
"authors": [
"Alfiana E. Sibuea <alfian.sibuea@gmail.com>"
Expand Down
7 changes: 6 additions & 1 deletion dist/waves.css
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down Expand Up @@ -117,4 +117,9 @@ input.waves-button-input {

.waves-block {
display:block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
z-index:-1;
}
2 changes: 1 addition & 1 deletion dist/waves.js
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down
4 changes: 2 additions & 2 deletions dist/waves.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/waves.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.4.0",
"version": "0.4.1",
"description": "Click effect insipired by Google Material Design",
"author": "Alfiana E. Sibuea <alfian.sibuea@gmail.com>",
"main": "waves.js",
Expand Down
7 changes: 6 additions & 1 deletion src/css/waves.css
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down Expand Up @@ -117,4 +117,9 @@ input.waves-button-input {

.waves-block {
display:block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
z-index:-1;
}
2 changes: 1 addition & 1 deletion src/js/waves.js
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down

0 comments on commit fe81792

Please sign in to comment.