mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-01 19:40:35 +02:00
Deploying live version to test styling
This commit is contained in:
@@ -68,3 +68,4 @@
|
|||||||
- Added margin for `pre` elements to be in line with paragraphs.
|
- Added margin for `pre` elements to be in line with paragraphs.
|
||||||
- Changed borders for `pre` elements: left-side borders' `border-radius` is now `0`.
|
- Changed borders for `pre` elements: left-side borders' `border-radius` is now `0`.
|
||||||
- Changed index, centered title etc.
|
- Changed index, centered title etc.
|
||||||
|
- Deployed first live demo version of the framework's demo index.
|
@@ -10,9 +10,9 @@
|
|||||||
<link rel="icon" type="image/png" href="favicon.png">
|
<link rel="icon" type="image/png" href="favicon.png">
|
||||||
<!-- Github buttons javascript file -->
|
<!-- Github buttons javascript file -->
|
||||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
<!-- v1.1.0 link for initial styling, disable while testing -->
|
|
||||||
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/v1.1.0/flavors/mini-default.min.css"> -->
|
|
||||||
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
||||||
|
<!-- Live demo styled as of commit 42817a3 (20161014) -->
|
||||||
|
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/42817a32139e62d3af599280fb07906ca6c40d39/flavors/v2/mini-default.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<span style="text-align: center;">
|
<span style="text-align: center;">
|
||||||
|
Reference in New Issue
Block a user