]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/style.css
WordPress 3.8.2
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / style.css
index 60d0416d66198fe355690f5c0f55e2845ed9b5d5..0ad8a2c5f6d2b26bdc27200c7db512b5a3aff48b 100644 (file)
@@ -4,10 +4,10 @@ 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.0
+Version: 1.1
 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, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
+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
 Text Domain: twentythirteen
 
 This theme, like WordPress, is licensed under the GPL.
@@ -1738,8 +1738,7 @@ footer.entry-meta {
        max-width: 104px;
 }
 
-.attachment footer.entry-meta,
-.single-attachment .site-main .sidebar-container {
+.attachment footer.entry-meta {
        display: none;
 }
 
@@ -1798,7 +1797,7 @@ footer.entry-meta {
 }
 
 .attachment .entry-attachment,
-.attachment p.attachment {
+.attachment .type-attachment p {
        margin: 0 auto;
        max-width: 724px;
        text-align: center;
@@ -1822,6 +1821,10 @@ footer.entry-meta {
        margin: 0;
 }
 
+.attachment .site-main .sidebar-container {
+       display: none;
+}
+
 
 /**
  * 5.7 Post/Paging Navigation
@@ -2191,6 +2194,7 @@ footer.entry-meta {
        width: 79%;
        width: -webkit-calc(100% - 124px);
        width:         calc(100% - 124px);
+       word-wrap: break-word;
 }
 
 .comment-meta,
@@ -2573,6 +2577,18 @@ 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.
+ */
+@-ms-viewport {
+       width: device-width;
+}
+@viewport {
+       width: device-width;
+}
+
 @media (max-width: 1599px) {
        .site {
                border: 0;