diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 9ddb15b..957d49e 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -163,4 +163,15 @@ - Added table styling and responsiveness, made customizable etc. - Added demo table to page, tested. - Minor consistency reorganization in table module. -- Updated demo page, deployed live. \ No newline at end of file +- Updated demo page, deployed live. + +## 20161023 + +- Removed `table-layout: fixed;` from tables. +- Added `mini-core/button` and started testing button styling. +- Removed the reset for `:-moz-focusring` (`outline: 1px dotted ButtonText`) for buttons as it was unnecessary and didn't look great. +- Moved fix for `::-moz-focus-inner` to the `button` module. +- Moved generic fix for Android, iOS and Safari to `button` module. +- Removed generic styling reset for `button`, `input`, `optgroup`, `select` and `textarea` based on the fact that the styles are already applied in the first rule `html, *`. +- Split some fixes into generic and button-specific. +- Moved `::-webkit-file-upload-button` fixes to the `button` module. diff --git a/docs/v2/index.html b/docs/v2/index.html index 71eb07e..9704b21 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -10,7 +10,7 @@ - +