Skip to content

Commit

Permalink
fix css for index-dev.html
Browse files Browse the repository at this point in the history
  • Loading branch information
viebel committed Apr 28, 2016
1 parent 438ee80 commit f5c3f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/public/index-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="css/layout.css">
<link rel="stylesheet" type="text/css" href="css/cards/layout.css">
<link rel="stylesheet" type="text/css" href="css/codemirror.css">
<link rel="stylesheet" type="text/css" href="css/simplescrollbars.css">
</head>
<body>
<div style="position: absolute; z-index: 9; right: 5px; top: 5px;" >
Expand All @@ -16,7 +17,7 @@
<div id="compiler" style="height: 100%;"></div>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<script src="lib/mirror_extensions.js"></script>
<script src="dev/js/klipse.js?version=0.4.1"></script>
<script src="dev/js/klipse.js?version=0.4.2"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down

0 comments on commit f5c3f09

Please sign in to comment.