mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-08-23 21:33:22 +02:00
update readme
This commit is contained in:
@@ -70,7 +70,7 @@ If you need to create styles for tags generated by a CMS or markdown wrap them i
|
||||
- `hr` is set to be a solid 1px line using `border-top` that inherits its color from its parent's `color` property.
|
||||
- Inline elements that carry style (`b`, `i`, `strong`, etc.) are not reset.
|
||||
- `canvas` and `iframe` maintain their default width and height (varies depending on the browser).
|
||||
- `button`, `select`, `textarea` and `input` (except `[type='checkbox']` and `[type='radio']`), are reset using `appearance: none`.
|
||||
- `button`, `select`, `textarea` and `input` are reset using `appearance: none`.
|
||||
- `textarea` maintains its default height.
|
||||
- `meter` and `progress` elements are not reset.
|
||||
- Replaced content like `img`, `iframe` and `svg` use `vertical-align: bottom` to prevent alignment issues.
|
||||
|
Reference in New Issue
Block a user