Skip to content

Commit cb8200b

Browse files
trentrichardson#795 Fix out of date css in documentation
1 parent 0cf5374 commit cb8200b

7 files changed

+15
-41
lines changed

dist/i18n/jquery-ui-timepicker-addon-i18n.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.5.2 - 2015-03-15
1+
/*! jQuery Timepicker Addon - v1.5.3 - 2015-03-15
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
44

dist/i18n/jquery-ui-timepicker-addon-i18n.min.js

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

dist/index.html

+3-16
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,9 @@ <h4>Subscribe to Blog and Twitter</h4>
9696
<br />
9797

9898
<h3>Download</h3>
99-
<p><a href="jquery-ui-timepicker-addon.js" title="Download Timepicker Addon">Download Timepicker Addon</a></p>
99+
<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>
100+
100101
<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>
101-
<p>There is a small bit of required CSS (<a href="jquery-ui-timepicker-addon.css" title="Download CSS">Download</a>):</p>
102-
<pre>/* css for timepicker */
103-
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
104-
.ui-timepicker-div dl { text-align: left; }
105-
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
106-
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
107-
.ui-timepicker-div td { font-size: 90%; }
108-
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
109-
110-
.ui-timepicker-rtl{ direction: rtl; }
111-
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
112-
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
113-
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
114-
</pre>
115102

116103
<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>
117104
<br />
@@ -126,7 +113,7 @@ <h3>Requirements</h3>
126113

127114
<br />
128115
<h3>Version</h3>
129-
<p>Version 1.5.2</p>
116+
<p>Version 1.5.3</p>
130117

131118
<p>Last updated on 2015-03-15</p>
132119
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>

dist/jquery-ui-timepicker-addon.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.5.2 - 2015-03-15
1+
/*! jQuery Timepicker Addon - v1.5.3 - 2015-03-15
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
44
(function (factory) {
@@ -22,7 +22,7 @@
2222
*/
2323
$.extend($.ui, {
2424
timepicker: {
25-
version: "1.5.2"
25+
version: "1.5.3"
2626
}
2727
});
2828

@@ -2239,6 +2239,6 @@
22392239
/*
22402240
* Keep up with the version
22412241
*/
2242-
$.timepicker.version = "1.5.2";
2242+
$.timepicker.version = "1.5.3";
22432243

22442244
}));

0 commit comments

Comments
 (0)