mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 14:45:45 +01:00
Bundled Themes: Twenty Nineteen decrease the font size for widget titles.
Update styles to decrease the font size for widget titles. This commit brings the changes from [47586] to the 5.4 branch. Props kjellr, mukesh27. Fixes #45865. Built from https://develop.svn.wordpress.org/branches/5.4@47831 git-svn-id: http://core.svn.wordpress.org/branches/5.4@47607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5bab6998d6
commit
fd07f8bf9f
@ -1,6 +1,10 @@
|
|||||||
.widget {
|
.widget {
|
||||||
margin: 0 0 #{$size__spacing-unit};
|
margin: 0 0 #{$size__spacing-unit};
|
||||||
|
|
||||||
|
.widget-title {
|
||||||
|
font-size: $font__size-lg;
|
||||||
|
}
|
||||||
|
|
||||||
/* Make sure select elements fit in widgets. */
|
/* Make sure select elements fit in widgets. */
|
||||||
select {
|
select {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -5109,6 +5109,10 @@ body.page .main-navigation {
|
|||||||
/* Make sure select elements fit in widgets. */
|
/* Make sure select elements fit in widgets. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget .widget-title {
|
||||||
|
font-size: 1.6875em;
|
||||||
|
}
|
||||||
|
|
||||||
.widget select {
|
.widget select {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -5115,6 +5115,10 @@ body.page .main-navigation {
|
|||||||
/* Make sure select elements fit in widgets. */
|
/* Make sure select elements fit in widgets. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget .widget-title {
|
||||||
|
font-size: 1.6875em;
|
||||||
|
}
|
||||||
|
|
||||||
.widget select {
|
.widget select {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.4.2-alpha-47830';
|
$wp_version = '5.4.2-alpha-47831';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user