Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Markup cleanup #118

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like because you removed the minified version, this won't work anymore

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what you are referring to being removed? If you mean the style sheet it was replaced with the current one from eonasdan-bootstrap-datetimepicker in commit 7aca80be75649f4987f0b62b61f61646ef63dd34.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad I didn't look at github's diff correctly

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok, no prob.

</head>
<body>
<style>
.container {
Expand All @@ -18,4 +21,5 @@
<div id="example" />
</div>
<script src="/basic.js"></script>

</body>
<html>
Loading