Skip to content

Commit

Permalink
add bootstrap css
Browse files Browse the repository at this point in the history
  • Loading branch information
kaochenlong committed Sep 8, 2018
1 parent 00d2814 commit 39f4f1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Explain Git with D3</title>
<script data-main="js/main" src="js/require.js"></script>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/1140.css">
<link rel="stylesheet" href="css/explaingit.css">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Explain Git with D3</title>
<script data-main="js/main" src="js/require.js"></script>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/1140.css">
<link rel="stylesheet" href="css/explaingit.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<div class="container">
Expand Down
1 change: 0 additions & 1 deletion js/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ require(['explaingit'], function (explainGit) {
{
elements[i].style.display = 'none';
}
document.getElementById('fork-me').style.display = 'none';

explainGit.reset();

Expand Down

0 comments on commit 39f4f1c

Please sign in to comment.