Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionogy committed Feb 6, 2017
1 parent 82413b3 commit 91b026d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Login</title>
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.3.1/kernel.min.css" />
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.3.2/kernel.min.css" />
<style media="screen">
.login-container {
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/splitview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Blog</title>
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.3.1/kernel.min.css" />
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.3.2/kernel.min.css" />
<style media="screen">
h1,
h2,
Expand Down Expand Up @@ -103,7 +103,7 @@ <h2><a href="#" class="ion-anchor">First blog entry</a></h2>
</div>
</div>

<script src="https://ionogy.com/kernel.css/v0.3.1/kernel.js"></script>
<script src="https://ionogy.com/kernel.css/v0.3.2/kernel.js"></script>
</body>

</html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="description" content="The CSS framework built for any kind of task">
<meta name="theme-color" content="#2979ff">
<meta property="og:title" content="The kernel.css Framework">
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.3.1/kernel.min.css" />
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.3.2/kernel.min.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
Expand Down Expand Up @@ -466,7 +466,7 @@ <h3>Blog</h3>

<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://ionogy.com/kernel.css/v0.3.1/kernel.js"></script>
<script src="https://ionogy.com/kernel.css/v0.3.2/kernel.js"></script>
<script type="text/javascript">
'use strict';

Expand Down

0 comments on commit 91b026d

Please sign in to comment.