1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-26 07:14:24 +02:00

Progress module tweaks

This commit is contained in:
Angelos Chalaris
2016-11-25 11:56:27 +02:00
parent 3285776d13
commit 7c12706dbe
5 changed files with 53 additions and 16 deletions

View File

@@ -536,3 +536,7 @@
- Made some minor tweaks to the `progress` module and component.
- Opened a question on SO about the `progress` element's `margin-right`: http://stackoverflow.com/questions/40795218/progress-element-does-not-respect-right-margin
- Wrote the basic information for the `progress` module on the doc page.
## 20161125
- Added high-tech feature queries for `progress` elements and variants, `margin` and `width` should now work properly. Tested in Firefox and Chrome.