Skip to content

Commit

Permalink
Updated contributers list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthornton committed Mar 13, 2012
1 parent d5adea8 commit 1e1c37e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,4 +12,4 @@ jQuery v1.6 or higher is required. There are known issues with jQuery 1.5.

- - -

This software is made available under the open source MIT License. © 2011 [Jon Thornton](http://www.jonthornton.com), contributions from [Anthony Fojas](https://github.com/fojas)
This software is made available under the open source MIT License. © 2012 [Jon Thornton](http://www.jonthornton.com), contributions from [Anthony Fojas](https://github.com/fojas), [Vince Mi](https://github.com/vinc3m1), [Nikita Korotaev](https://github.com/websirnik), [Spoon88](https://github.com/Spoon88), [elarkin](https://github.com/elarkin)
10 changes: 7 additions & 3 deletions index.html
Expand Up @@ -5,6 +5,7 @@
<meta charset='utf-8'>

<title>Timepicker for jQuery</title>
<meta name="description" content="A jQuery timepicker plugin inspired by Google Calendar." />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.timepicker.js"></script>

Expand Down Expand Up @@ -33,14 +34,14 @@
.code { font-family: Consolas, Monaco, "Courier New", Courier; background: #fff; color: #888; }

#container { margin: 0 auto; width: 700px; }
h1 { font-size: 3.8em; color: #000; margin: 0 0 3px 0; }
h1 { font-size: 3.8em; color: #000; margin: 0 0 35px 0; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #000; }
.byline { font-size: 1.5em; font-weight: bold; margin: 20px 0 0 0; }
.byline a { text-decoration: none; }
.description { font-size: 1.2em; margin: 20px 0 40px 0; font-style: italic;}
#download { float: right; padding-top: 20px; }
#download { float: right; padding-top: 35px; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
Expand Down Expand Up @@ -281,7 +282,10 @@ <h2>Download</h2>
</div>

<div class="footer">
&copy; 2011 <a href="http://jonthornton.com">Jon Thornton</a>
&copy; 2012 <a href="http://jonthornton.com">Jon Thornton</a>, contributions from
<a href="https://github.com/fojas">Anthony Fojas</a>, <a href="https://github.com/vinc3m1">Vince Mi</a>,
<a href="https://github.com/websirnik">Nikita Korotaev</a>, <a href="https://github.com/Spoon88">Spoon88</a>,
<a href="https://github.com/elarkin">elarkin</a>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion jquery.timepicker.css
@@ -1,4 +1,4 @@
.ui-timepicker-list { overflow-y: auto; height: 150px; width: 6.5em; background: #fff; border: 1px solid #ddd; margin: 0; padding: 0; }
.ui-timepicker-list { overflow-y: auto; height: 150px; width: 6.5em; background: #fff; border: 1px solid #ddd; margin: 0; padding: 0; list-style: none; }
.ui-timepicker-list.ui-timepicker-with-duration { width: 11em; }
.ui-timepicker-duration { margin-left: 5px; color: #888; }
.ui-timepicker-list:hover .ui-timepicker-duration { color: #888; }
Expand Down
2 changes: 1 addition & 1 deletion jquery.timepicker.min.js

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

0 comments on commit 1e1c37e

Please sign in to comment.