Skip to content

Commit c9b003f

Browse files
committed
Add v0.4.0
1 parent 27d51ca commit c9b003f

File tree

4 files changed

+259
-90
lines changed

4 files changed

+259
-90
lines changed

index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
<link href="css/demo.css" rel="stylesheet">
1313

1414
<!-- Add IntroJs styles -->
15-
<link href="introjs.css?v=030" rel="stylesheet">
16-
<!--[if lte IE 8]>
17-
<link href="introjs-ie.css?v=030" rel="stylesheet">
18-
<!-- <![endif]-->
15+
<link href="introjs.css?v=040" rel="stylesheet">
1916

2017
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
2118
</head>
@@ -68,7 +65,7 @@ <h4>Easy to Use</h4>
6865
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>
6966

7067
<h4>Fast &amp; Small</h4>
71-
<p><strong>7 KB</strong> JavaScript and <strong>3 KB</strong> CSS. That's all.</p>
68+
<p><strong>4 KB</strong> JavaScript and <strong>2.5 KB</strong> CSS (gzip). That's all.</p>
7269

7370
<h4>Free &amp; Open-Source</h4>
7471
<p>Free and open-source (including commercial use). Published under MIT license.</p>
@@ -92,6 +89,6 @@ <h4>Developed with &lt;3</h4>
9289
</div>
9390

9491
</div>
95-
<script type="text/javascript" src="intro.js?v=030"></script>
92+
<script type="text/javascript" src="intro.js?v=040"></script>
9693
</body>
9794
</html>

0 commit comments

Comments
 (0)