Skip to content

Commit 428a215

Browse files
Update doc styles
1 parent 1b705f4 commit 428a215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
padding:0;
1313
border:0;
1414
}
15-
body{ background-color: #f4f4f4; border-top: solid 5px #333; font: 90% Arial, Helvetica, sans-serif; padding: 20px; }
15+
body{ background-color: #777; border-top: solid 10px #7b94b2; font: 90% Arial, Helvetica, sans-serif; padding: 20px; }
1616
h1,h2,h3{ margin: 10px 0; }
1717
h1{}
1818
h2{ color: #f66; }
@@ -24,7 +24,7 @@
2424
dl.defs{ margin: 10px 0 10px 40px; }
2525
dl.defs dt{ font-weight: bold; line-height: 20px; margin: 10px 0 0 0; }
2626
dl.defs dd{ margin: -20px 0 10px 160px; padding-bottom: 10px; border-bottom: solid 1px #eee;}
27-
pre{ font-size: 12px; padding: 0 0 0 10px; margin: 10px 0; border-left: solid 5px #fbebaf; overflow: auto; }
27+
pre{ font-size: 12px; padding: 0 0 0 10px; margin: 10px 0; border-left: solid 5px #9EC45F; overflow: auto; }
2828

2929
.wrapper{ background-color: #ffffff; width: 800px; border: solid 1px #eeeeee; padding: 20px; margin: 0 auto; }
3030
#tabs{ margin: 20px -20px; border: none; }
@@ -781,7 +781,7 @@ <h3 id="utility_examples">Utilities</h3>
781781
<p>Use the utility function to parses a formatted time. $.datepicker.parseTime(format, timeString, options)</p>
782782
<dl class="defs">
783783
<dt>format</dt><dd>required - string represenation of the time format to use</dd>
784-
<dt>time</dt><dd>required - hash: { hour, minute, second, millisecond, timezone }</dd>
784+
<dt>time</dt><dd>required - time string matching the format given in parameter 1</dd>
785785
<dt>options</dt><dd>optional - hash of any options in regional translation (ampm, amNames, pmNames..)</dd>
786786
</dl>
787787
<p>Returns an object with hours, minutes, seconds, milliseconds, timezone.</p>

0 commit comments

Comments
 (0)