diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-10-02 11:50:51 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-10-02 11:50:51 -0400 |
commit | f087709cb09f7f97d980466448ee894876912572 (patch) | |
tree | c4201f22ec0f0f2090643f3beb83bc5b92414c4e /jquery-ui-timepicker-addon.js | |
parent | 1cfb16062ab704409f65d90dafeb9920fe4c9098 (diff) | |
download | jQuery-Timepicker-Addon-f087709cb09f7f97d980466448ee894876912572.zip jQuery-Timepicker-Addon-f087709cb09f7f97d980466448ee894876912572.tar.gz jQuery-Timepicker-Addon-f087709cb09f7f97d980466448ee894876912572.tar.bz2 |
Remove css from js comments
Diffstat (limited to 'jquery-ui-timepicker-addon.js')
-rw-r--r-- | jquery-ui-timepicker-addon.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 032f46e..5587a9a 100644 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -8,14 +8,6 @@ * You may use this project under MIT or GPL licenses.
* http://trentrichardson.com/Impromptu/GPL-LICENSE.txt
* http://trentrichardson.com/Impromptu/MIT-LICENSE.txt
- *
- * HERES THE CSS:
- * .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
- * .ui-timepicker-div dl { text-align: left; }
- * .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
- * .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
- * .ui-timepicker-div td { font-size: 90%; }
- * .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
*/
/*jslint evil: true, white: false, undef: false, nomen: false */
|