Bundled Themes: Remove duplicate `font-size` property in Twenty Twenty.

Props ankitmaru.
Fixes #49015.


Built from https://develop.svn.wordpress.org/trunk@47053


git-svn-id: http://core.svn.wordpress.org/trunk@46853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-01-08 16:50:04 +00:00
parent cef48881f0
commit a24f5ccd1f
3 changed files with 1 additions and 3 deletions

View File

@ -199,7 +199,6 @@ path {
clip-path: none; clip-path: none;
color: #21759b; color: #21759b;
display: block; display: block;
font-size: 14px;
font-size: 0.875rem; font-size: 0.875rem;
font-weight: 700; font-weight: 700;
height: auto; height: auto;

View File

@ -199,7 +199,6 @@ path {
clip-path: none; clip-path: none;
color: #21759b; color: #21759b;
display: block; display: block;
font-size: 14px;
font-size: 0.875rem; font-size: 0.875rem;
font-weight: 700; font-weight: 700;
height: auto; height: auto;

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-alpha-47052'; $wp_version = '5.4-alpha-47053';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.