Skip to content

Commit 0252863

Browse files
author
Krister Kari
committed
Bump version to 0.8.5
1 parent ab2abb0 commit 0252863

27 files changed

+133
-125
lines changed

‎bin/javascripts/jquery.nanoscroller.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bin/javascripts/jquery.nanoscroller.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bin/javascripts/jquery.nanoscroller.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bin/javascripts/jquery.nanoscroller.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bin/readme.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 id="nanoscroller-js">nanoScroller.js</h1>
2-
<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.
2+
<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.
33
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>
44
<h3 id="downloads">Downloads</h3>
55
<ul>
@@ -21,9 +21,9 @@ <h3 id="2-css">2. CSS</h3>
2121
</code></pre>
2222
<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>
2323
<pre><code class="lang-css">.nano { background: #bba; width: 500px; height: 500px; }
24-
.nano .nano-content { padding: 10px; }
25-
.nano .nano-pane { background: #888; }
26-
.nano .nano-slider { background: #111; }
24+
.nano &gt; .nano-content { padding: 10px; }
25+
.nano &gt; .nano-pane { background: #888; }
26+
.nano &gt; .nano-pane &gt; .nano-slider { background: #111; }
2727
</code></pre>
2828
<h3 id="3-javascript">3. JavaScript</h3>
2929
<p>Running this script will apply the nanoScroller plugin to all DOM elements with a <code>.nano</code> className.</p>

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nanoscroller",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
55
"homepage": "http://jamesflorentino.github.com/nanoScrollerJS/",
66
"main": [

‎docs/assets/css/external-small.png

100644100755
File mode changed.

‎docs/assets/css/logo.png

100644100755
File mode changed.

‎docs/assets/css/main.css

100644100755
File mode changed.

‎docs/assets/favicon.png

100644100755
File mode changed.

‎docs/assets/img/spinner.gif

100644100755
File mode changed.

‎docs/assets/index.html

100644100755
File mode changed.

‎docs/assets/js/api-filter.js

100644100755
File mode changed.

‎docs/assets/js/api-list.js

100644100755
File mode changed.

‎docs/assets/js/api-search.js

100644100755
File mode changed.

‎docs/assets/js/apidocs.js

100644100755
File mode changed.

‎docs/assets/js/yui-prettify.js

100644100755
File mode changed.

‎docs/assets/vendor/prettify/CHANGES.html

100644100755
File mode changed.

‎docs/assets/vendor/prettify/COPYING

100644100755
File mode changed.

‎docs/assets/vendor/prettify/README.html

100644100755
File mode changed.

‎docs/assets/vendor/prettify/prettify-min.css

100644100755
File mode changed.

‎docs/assets/vendor/prettify/prettify-min.js

100644100755
File mode changed.

‎docs/classes/NanoScroll.html

+53-53
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)