1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-04 12:57:23 +02:00

Updated reference to CSS file (needs a better solution than this)

This commit is contained in:
Angelos Chalaris
2016-09-15 14:21:47 +03:00
parent 6b3db97a89
commit cf4fd9feba
2 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,10 @@
<link rel="icon" type="image/png" href="favicon.png">
<!-- For local testing only -->
<!-- <link rel="stylesheet" href="../flavors/mini-default.min.css"> -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/master/flavors/mini-default.min.css">
<!-- Old link -->
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/master/flavors/mini-default.min.css"> -->
<!-- Correct link -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/6b3db97a893cf4e7ec1b9f5aa40fc5957b1b94fc/flavors/mini-default.min.css">
<style>
.panelcode{ border-top-left-radius:0; border-top-right-radius:0; margin-bottom:0; }
</style>