mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Ensure long-hand background declaration usage for consistency.
This commit is contained in:
parent
46e3e0554c
commit
5973b6a6e8
@ -2,6 +2,7 @@
|
||||
|
||||
* Address inconsistent styling of b and strong.
|
||||
* Correct `hr` overflow in IE 8/9/10/11 and Edge 12.
|
||||
* Ensure `mark` long-hand background declaration usage.
|
||||
|
||||
=== 3.0.3 (March 30, 2015)
|
||||
|
||||
|
2
normalize.css
vendored
2
normalize.css
vendored
@ -149,7 +149,7 @@ h1 {
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
background-color: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user