Skip to content

Commit

Permalink
#795 Fix out of date css in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrichardson committed Mar 19, 2015
1 parent 0cf5374 commit cb8200b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 41 deletions.
2 changes: 1 addition & 1 deletion dist/i18n/jquery-ui-timepicker-addon-i18n.js
@@ -1,4 +1,4 @@
/*! jQuery Timepicker Addon - v1.5.2 - 2015-03-15
/*! jQuery Timepicker Addon - v1.5.3 - 2015-03-15
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2015 Trent Richardson; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/i18n/jquery-ui-timepicker-addon-i18n.min.js

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

19 changes: 3 additions & 16 deletions dist/index.html
Expand Up @@ -96,22 +96,9 @@ <h4>Subscribe to Blog and Twitter</h4>
<br />

<h3>Download</h3>
<p><a href="jquery-ui-timepicker-addon.js" title="Download Timepicker Addon">Download Timepicker Addon</a></p>
<p><a href="jquery-ui-timepicker-addon.js" title="Download Timepicker Addon">Download Timepicker Addon</a> and the <a href="jquery-ui-timepicker-addon.css" title="Download CSS">required CSS</a>.</p>

<p><a href="http://github.com/trentrichardson/jQuery-Timepicker-Addon" title="Check out Timepicker on GitHub">Download/Contribute on GitHub</a> (Need the entire repo? Find a bug? See if its fixed here)</p>
<p>There is a small bit of required CSS (<a href="jquery-ui-timepicker-addon.css" title="Download CSS">Download</a>):</p>
<pre>/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
</pre>

<p>If you prefer a hosted CDN there are a couple available: <a href="http://cdnjs.com/libraries/jquery-ui-timepicker-addon" title="Timepicker on CDNJS">CDNJS</a>, <a href="http://www.jsdelivr.com/#!jquery.ui.timepicker.addon" title="Timepicker on jsDelivr">jsDelivr</a>.</p>
<br />
Expand All @@ -126,7 +113,7 @@ <h3>Requirements</h3>

<br />
<h3>Version</h3>
<p>Version 1.5.2</p>
<p>Version 1.5.3</p>

<p>Last updated on 2015-03-15</p>
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery-ui-timepicker-addon.js
@@ -1,4 +1,4 @@
/*! jQuery Timepicker Addon - v1.5.2 - 2015-03-15
/*! jQuery Timepicker Addon - v1.5.3 - 2015-03-15
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
(function (factory) {
Expand All @@ -22,7 +22,7 @@
*/
$.extend($.ui, {
timepicker: {
version: "1.5.2"
version: "1.5.3"
}
});

Expand Down Expand Up @@ -2239,6 +2239,6 @@
/*
* Keep up with the version
*/
$.timepicker.version = "1.5.2";
$.timepicker.version = "1.5.3";

}));

0 comments on commit cb8200b

Please sign in to comment.