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:
Sergey Biryukov 2017-10-05 00:02:48 +00:00
parent 203b275658
commit 9319a9cec9
3 changed files with 3 additions and 1 deletions

View File

@ -2339,6 +2339,7 @@ p.comment-form-comment {
font-weight: bold;
}
/* =Responsive Structure
----------------------------------------------- */

View File

@ -1474,6 +1474,7 @@ img#wpstats {
margin: 0 auto 1.714285714rem;
}
/* =Media queries
-------------------------------------------------------------- */

View File

@ -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.