Skip to content

Commit

Permalink
Bump version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Krister Kari committed Mar 5, 2015
1 parent ab2abb0 commit 0252863
Show file tree
Hide file tree
Showing 27 changed files with 133 additions and 125 deletions.
6 changes: 3 additions & 3 deletions bin/javascripts/jquery.nanoscroller.js

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

2 changes: 1 addition & 1 deletion bin/javascripts/jquery.nanoscroller.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bin/javascripts/jquery.nanoscroller.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/javascripts/jquery.nanoscroller.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions bin/readme.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 id="nanoscroller-js">nanoScroller.js</h1>
<p><a href="https://github.com/jamesflorentino/nanoScrollerJS">nanoScroller.js</a> is a jQuery plugin that offers a simplistic way of implementing Mac OS X Lion-styled scrollbars for your website.
<p><a href="https://github.com/jamesflorentino/nanoScrollerJS">nanoScroller.js</a> is a jQuery plugin that offers a simple way of implementing Mac OS X Lion-styled scrollbars for your website.
It uses minimal HTML markup being <code>.nano &gt; .nano-content</code>. The other scrollbar div elements <code>.pane &gt; .nano-slider</code> are added during run time to prevent clutter in templating. The latest version utilizes native scrolling and works with the iPad, iPhone, and some Android Tablets.</p>
<h3 id="downloads">Downloads</h3>
<ul>
Expand All @@ -21,9 +21,9 @@ <h3 id="2-css">2. CSS</h3>
</code></pre>
<p>You should specify a width and a height to your container, and apply some custom styling for your scrollbar. Here&#39;s an example:</p>
<pre><code class="lang-css">.nano { background: #bba; width: 500px; height: 500px; }
.nano .nano-content { padding: 10px; }
.nano .nano-pane { background: #888; }
.nano .nano-slider { background: #111; }
.nano &gt; .nano-content { padding: 10px; }
.nano &gt; .nano-pane { background: #888; }
.nano &gt; .nano-pane &gt; .nano-slider { background: #111; }
</code></pre>
<h3 id="3-javascript">3. JavaScript</h3>
<p>Running this script will apply the nanoScroller plugin to all DOM elements with a <code>.nano</code> className.</p>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoscroller",
"version": "0.8.4",
"version": "0.8.5",
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
"main": [
Expand Down
Empty file modified docs/assets/css/external-small.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/assets/css/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/assets/css/main.css
100644 → 100755
Empty file.
Empty file modified docs/assets/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/assets/img/spinner.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified docs/assets/index.html
100644 → 100755
Empty file.
Empty file modified docs/assets/js/api-filter.js
100644 → 100755
Empty file.
Empty file modified docs/assets/js/api-list.js
100644 → 100755
Empty file.
Empty file modified docs/assets/js/api-search.js
100644 → 100755
Empty file.
Empty file modified docs/assets/js/apidocs.js
100644 → 100755
Empty file.
Empty file modified docs/assets/js/yui-prettify.js
100644 → 100755
Empty file.
Empty file modified docs/assets/vendor/prettify/CHANGES.html
100644 → 100755
Empty file.
Empty file modified docs/assets/vendor/prettify/COPYING
100644 → 100755
Empty file.
Empty file modified docs/assets/vendor/prettify/README.html
100644 → 100755
Empty file.
Empty file modified docs/assets/vendor/prettify/prettify-min.css
100644 → 100755
Empty file.
Empty file modified docs/assets/vendor/prettify/prettify-min.js
100644 → 100755
Empty file.
106 changes: 53 additions & 53 deletions docs/classes/NanoScroll.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0252863

Please sign in to comment.