Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f37d826

Browse files
committed
Update index.html
According to the final Bootstrap 3.0 specifications.
1 parent 98350d1 commit f37d826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<body>
1111
<div class="container">
1212
<div class="col-md-12 well">
13-
<div class="input-append bootstrap-timepicker">
13+
<div class="input-group bootstrap-timepicker">
1414
<input id="timepicker1" type="text" class="input-small">
15-
<span class="add-on"><i class="glyphicon glyphicon-time"></i></span>
15+
<span class="input-group-addon"><i class="glyphicon glyphicon-time"></i></span>
1616
</div>
1717
</div>
1818
</div>
1919
<script type="text/javascript">
2020
$('#timepicker1').timepicker();
2121
</script>
2222
</body>
23-
</html>
23+
</html>

0 commit comments

Comments
 (0)