]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyfifteen/style.css
WordPress 4.3-scripts
[autoinstalls/wordpress.git] / wp-content / themes / twentyfifteen / style.css
index 9ed56fd0cc6a6c1b4307a378b5a9be124b6eb25a..1e4e8e8895cbcb998c1dd935c543ec17bad6fb6a 100644 (file)
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfifteen/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
-Version: 1.2
+Version: 1.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
@@ -490,6 +490,10 @@ textarea {
 
 button,
 input {
+       -webkit-hyphens: none;
+       -moz-hyphens: none;
+       -ms-hyphens: none;
+       hyphens: none;
        line-height: normal;
 }
 
@@ -880,6 +884,14 @@ a:focus {
        content: "\f413";
 }
 
+.social-navigation a[href*="path.com"]:before {
+       content: "\f219";
+}
+
+.social-navigation a[href*="skype.com"]:before {
+       content: "\f220";
+}
+
 .secondary-toggle {
        background-color: transparent;
        border: 1px solid #eaeaea;