Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
377 changes: 273 additions & 104 deletions css/bootstrap-datetimepicker.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/bootstrap-datetimepicker.min.css

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

8 changes: 6 additions & 2 deletions examples/basic/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<!doctype html public "embarassment">
<!doctype html>
<html>
<head>
<title>Basic Example</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="../bootstrap-datetimepicker.min.css" rel="stylesheet">
</head>
<body>
<style>
.container {
Expand All @@ -18,4 +21,5 @@
<div id="example" />
</div>
<script src="/basic.js"></script>

</body>
<html>
Loading