Changeset 26069
- Timestamp:
- 11/09/2013 11:15:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r26062 r26069 454 454 } 455 455 456 /* Support a widely-adopted but non-standard selector for text selection styles 457 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898. 458 */ 459 ::selection { 460 background: #24890d; 461 color: #fff; 462 text-shadow: none; 463 } 464 465 ::-moz-selection { 466 background: #24890d; 467 color: #fff; 468 text-shadow: none; 469 } 470 456 471 457 472 /** … … 2845 2860 */ 2846 2861 2862 /* Does the same thing as <meta name="viewport" content="width=device-width">, 2863 * but in the future W3C standard way. -ms- prefix is required for IE10+ to 2864 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor 2865 * the meta tag. See http://core.trac.wordpress.org/ticket/25888. 2866 */ 2867 @-ms-viewport { 2868 width: device-width; 2869 } 2870 2871 @viewport { 2872 width: device-width; 2873 } 2874 2847 2875 @media screen and (max-width: 400px) { 2848 2876 .list-view .site-content .post-thumbnail {
Note: See TracChangeset
for help on using the changeset viewer.