mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-06 22:06:30 +02:00
Demo update
This commit is contained in:
@@ -191,3 +191,4 @@
|
|||||||
- Due to implicit labeling (e.g. `<label>Name:<input></label>`) not being correctly handled by some assistive technologies, explicit labels will be used for the `file` `<input>` elements.
|
- Due to implicit labeling (e.g. `<label>Name:<input></label>`) not being correctly handled by some assistive technologies, explicit labels will be used for the `file` `<input>` elements.
|
||||||
- Added `$hide-file-inputs` flag to decide the styling of `file` `<input>` elements.
|
- Added `$hide-file-inputs` flag to decide the styling of `file` `<input>` elements.
|
||||||
- Softcoded changes and optimized some things in the `button` module.
|
- Softcoded changes and optimized some things in the `button` module.
|
||||||
|
- Updated demo page.
|
@@ -9,8 +9,8 @@
|
|||||||
<meta name="author" content="Angelos Chalaris (chalarangelo)">
|
<meta name="author" content="Angelos Chalaris (chalarangelo)">
|
||||||
<link rel="icon" type="image/png" href="favicon.png">
|
<link rel="icon" type="image/png" href="favicon.png">
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
|
||||||
<!-- Live demo styled as of 20161024 -->
|
<!-- Live demo styled as of 20161025 -->
|
||||||
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/08062eff88dbab3d3b03f8bde56cce5f9d6882e2/flavors/v2/mini-default.min.css"> -->
|
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/e4b326ec361b39729adbadded85e599f780716a8/flavors/v2/mini-default.min.css">
|
||||||
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
||||||
<style>
|
<style>
|
||||||
#top-logo {
|
#top-logo {
|
||||||
|
Reference in New Issue
Block a user