Skip to content

Commit b8564bd

Browse files
committed
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
1 parent e6e5141 commit b8564bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-content/themes/twentysixteen/css/blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ p.has-drop-cap:not(:focus)::first-letter {
182182
display: block;
183183
font-size: 16px;
184184
font-size: 1rem;
185-
font-style: none;
185+
font-style: normal;
186186
line-height: 1.75;
187187
text-transform: none;
188188
}

0 commit comments

Comments
 (0)