Libre 2: Update default block placeholder CSS selector. Bump version number.
This commit is contained in:
parent
f1f0987618
commit
df6df3a1d3
2 changed files with 3 additions and 3 deletions
|
@ -20,13 +20,13 @@ Description: Used to style Gutenberg Blocks in the editor.
|
|||
--------------------------------------------------------------*/
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
.editor-default-block-appender textarea.editor-default-block-appender__content {
|
||||
font-family: "Libre Baskerville", Libre, Georgia, Times, serif;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor .editor-block-list__block,
|
||||
.edit-post-visual-editor .editor-block-list__block p,
|
||||
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
||||
.editor-default-block-appender textarea.editor-default-block-appender__content {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/libre-2/
|
|||
Author: Automattic
|
||||
Author URI: http://wordpress.com/themes/
|
||||
Description: A stylish, classic look for your personal blog or long-form writing site. The main navigation bar stays fixed to the top while your visitors read, keeping your most important content at hand, while three footer widget areas give your secondary content a comfortable home.
|
||||
Version: 2.2.4-wpcom
|
||||
Version: 2.2.5-wpcom
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: libre
|
||||
|
|
Loading…
Reference in a new issue