mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Use HTTPS URLs for core.trac.wordpress.org
see #27115 git-svn-id: https://develop.svn.wordpress.org/trunk@29788 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2301,7 +2301,7 @@ p.comment-form-comment {
|
||||
/* Does the same thing as <meta name="viewport" content="width=device-width">,
|
||||
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
|
||||
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
|
||||
* the meta tag. See http://core.trac.wordpress.org/ticket/25888.
|
||||
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
|
||||
*/
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
|
||||
@@ -459,7 +459,7 @@ hr {
|
||||
}
|
||||
|
||||
/* Support a widely-adopted but non-standard selector for text selection styles
|
||||
* to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
|
||||
* to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
|
||||
*/
|
||||
::selection {
|
||||
background: #24890d;
|
||||
@@ -3077,7 +3077,7 @@ a.post-thumbnail:hover {
|
||||
/* Does the same thing as <meta name="viewport" content="width=device-width">,
|
||||
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
|
||||
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
|
||||
* the meta tag. See http://core.trac.wordpress.org/ticket/25888.
|
||||
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
|
||||
*/
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* If you'd like to further customize these Post Format views, you may create a
|
||||
* new template file for each specific one.
|
||||
*
|
||||
* @todo http://core.trac.wordpress.org/ticket/23257: Add plural versions of Post Format strings
|
||||
* @todo https://core.trac.wordpress.org/ticket/23257: Add plural versions of Post Format strings
|
||||
* and remove plurals below.
|
||||
*
|
||||
* @link http://codex.wordpress.org/Template_Hierarchy
|
||||
|
||||
@@ -2626,7 +2626,7 @@ footer.entry-meta {
|
||||
/* Does the same thing as <meta name="viewport" content="width=device-width">,
|
||||
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
|
||||
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
|
||||
* the meta tag. See http://core.trac.wordpress.org/ticket/25888.
|
||||
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
|
||||
*/
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
|
||||
@@ -1452,7 +1452,7 @@ img#wpstats {
|
||||
/* Does the same thing as <meta name="viewport" content="width=device-width">,
|
||||
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
|
||||
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
|
||||
* the meta tag. See http://core.trac.wordpress.org/ticket/25888.
|
||||
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
|
||||
*/
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
|
||||
Reference in New Issue
Block a user