mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-20 04:31:29 +02:00
Bold styling and fix
This commit is contained in:
@@ -52,4 +52,6 @@
|
||||
- Changed `font-size` of `small`, `sub` and `sup` elements to `75%`.
|
||||
- Changed all header `margin`s to be `8px` left and right.
|
||||
- Added `margin` for paragraphs (`1px` top and bottom and `10px` left and right).
|
||||
- Specified fancy styling flag (`$horizontal-rule-fancy-style`) for `hr` elements and variable (`$horizontal-rule-fancy-gradient`) to specify linear gradient styling to be used instead of the default `border` styling. This styling supports most browsers, but does not work with IE 9- and Opera Mini. Prefix `-webkit` is added to support some browsers.
|
||||
- Specified fancy styling flag (`$horizontal-rule-fancy-style`) for `hr` elements and variable (`$horizontal-rule-fancy-gradient`) to specify linear gradient styling to be used instead of the default `border` styling. This styling supports most browsers, but does not work with IE 9- and Opera Mini. Prefix `-webkit` is added to support some browsers.
|
||||
- Added variable for bold elements to set `font-weight` manually, so that no problems occur and users can fine-tweak this to their liking.
|
||||
- Removed fix for `b` and `strong` as the above change addresses the issue.
|
Reference in New Issue
Block a user