]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/style.css
WordPress 4.1-scripts
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / style.css
index 1c5ad6ef3fec757dc8518d3a1ed4f499ac752c01..c229164c8bb99a08ea3e361afdc64ec46956409b 100644 (file)
@@ -4,7 +4,7 @@ Theme URI: http://wordpress.org/themes/twentythirteen
 Author: the WordPress team
 Author URI: http://wordpress.org/
 Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
-Version: 1.3
+Version: 1.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
@@ -1139,6 +1139,10 @@ ul.nav-menu .focus > ul,
        color: #ea9629;
 }
 
+.entry-content .more-link {
+       white-space: nowrap;
+}
+
 .entry-content blockquote {
        font-size: 24px;
 }
@@ -1555,6 +1559,14 @@ footer.entry-meta {
        display: inline;
 }
 
+/* Standard */
+.format-standard .wp-video,
+.format-standard .wp-audio-shortcode,
+.format-audio .wp-audio-shortcode,
+.format-standard .video-player {
+       margin-bottom: 24px;
+}
+
 /* Quote */
 .format-quote {
        background-color: #210d10;
@@ -2622,7 +2634,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;