mirror of
git://develop.git.wordpress.org/
synced 2025-04-11 23:52:01 +02:00
Themes/TwentySixteen: correct invalid CSS font-style
value.
This change swaps out `none` for `normal` in the `.wp-block-pullquote cite` styling of `blocks.css`. Props malae, mukesh27, sabernhardt. Fixes #46807. git-svn-id: https://develop.svn.wordpress.org/trunk@52004 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e6e51414c9
commit
b8564bdf9e
@ -182,7 +182,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
font-size: 1rem;
|
||||
font-style: none;
|
||||
font-style: normal;
|
||||
line-height: 1.75;
|
||||
text-transform: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user