Bundled Themes: Restore double line breaks before media queries.
See #40138. Built from https://develop.svn.wordpress.org/trunk@41757 git-svn-id: http://core.svn.wordpress.org/trunk@41591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
203b275658
commit
9319a9cec9
|
@ -2339,6 +2339,7 @@ p.comment-form-comment {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/* =Responsive Structure
|
||||
----------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1474,6 +1474,7 @@ img#wpstats {
|
|||
margin: 0 auto 1.714285714rem;
|
||||
}
|
||||
|
||||
|
||||
/* =Media queries
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41756';
|
||||
$wp_version = '4.9-alpha-41757';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue