Skip to content

Commit a0ad2ea

Browse files
Fix documentation tab sizes
1 parent a1e67c5 commit a0ad2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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; line-height: 16px; padding: 5px 5px 5px 10px; margin: 10px 0; background-color: #e4f4d4; border-left: solid 5px #9EC45F; overflow: auto; }
27+
pre{ font-size: 12px; line-height: 16px; padding: 5px 5px 5px 10px; margin: 10px 0; background-color: #e4f4d4; border-left: solid 5px #9EC45F; overflow: auto; tab-size: 4; -moz-tab-size: 4; -o-tab-size: 4; -webkit-tab-size: 4; }
2828

2929
.wrapper{ background-color: #ffffff; width: 800px; border: solid 1px #eeeeee; padding: 20px; margin: 0 auto; }
3030
#tabs{ margin: 20px -20px; border: none; }
@@ -692,7 +692,7 @@ <h3 id="slider_examples">Slider Modifications</h3>
692692
},
693693
options: function(tp_inst, obj, unit, opts, val){
694694
if(typeof(opts) == 'string' && val !== undefined)
695-
return obj.find('.ui-timepicker-input').spinner(opts, val);
695+
return obj.find('.ui-timepicker-input').spinner(opts, val);
696696
return obj.find('.ui-timepicker-input').spinner(opts);
697697
},
698698
value: function(tp_inst, obj, unit, val){

0 commit comments

Comments
 (0)