Skip to content

Commit f31559b

Browse files
committed
Merge pull request #1 from unthunk/markup-cleanup
Markup cleanup
2 parents 521b5db + baa26df commit f31559b

13 files changed

+334
-139
lines changed

css/bootstrap-datetimepicker.css

Lines changed: 273 additions & 104 deletions
Large diffs are not rendered by default.

css/bootstrap-datetimepicker.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/basic/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
<!doctype html public "embarassment">
1+
<!doctype html>
2+
<html>
3+
<head>
24
<title>Basic Example</title>
35
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
46
<link href="../bootstrap-datetimepicker.min.css" rel="stylesheet">
7+
</head>
58
<body>
69
<style>
710
.container {
@@ -18,4 +21,5 @@
1821
<div id="example" />
1922
</div>
2023
<script src="/basic.js"></script>
21-
24+
</body>
25+
<html>

0 commit comments

Comments
 (0)