1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-07 22:36:37 +02:00

Deploying demo page

This commit is contained in:
Angelos Chalaris
2016-10-23 10:03:49 +03:00
parent 3200d67830
commit e9380f1e1b
2 changed files with 3 additions and 2 deletions

View File

@@ -176,4 +176,5 @@
- Split some fixes into generic and button-specific. - Split some fixes into generic and button-specific.
- Moved `::-webkit-file-upload-button` fixes to the `button` module. - Moved `::-webkit-file-upload-button` fixes to the `button` module.
- Proof-of-concept for `button` module defaults and core, file input is not styled yet (will be done via label hack). - Proof-of-concept for `button` module defaults and core, file input is not styled yet (will be done via label hack).
- *TODO* Softcode the `button` module's defaults, add extra styles, classes etc. - *TODO* Softcode the `button` module's defaults, add extra styles, classes etc.
- Deployed live demo with hardcoded buttons to test.

View File

@@ -10,7 +10,7 @@
<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 20161021 --> <!-- Live demo styled as of 20161021 -->
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/c9d597fac2ede99d97850a5c1f150714e1cacf0e/flavors/v2/mini-default.min.css"> --> <link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/3200d67830c20cee2ff3584198552a55e9b8d02d/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 {