Explorar o código

Lodestar: Change display property of the Jetpack Responsive Video wrapper. Fixes #20

Change to `inline-block` when viewing a panel with 2 columns.
Thomas Guillot %!s(int64=7) %!d(string=hai) anos
pai
achega
aba8b695de
Modificáronse 2 ficheiros con 12 adicións e 8 borrados
  1. 5 5
      lodestar/readme.txt
  2. 7 3
      lodestar/style.css

+ 5 - 5
lodestar/readme.txt

@@ -5,7 +5,7 @@ Tags: white, light, business, trendy, featured-image-header, featured-images, fl
 
 Requires at least: 4.0
 Tested up to: 4.7
-Stable tag: 1.0.0
+Stable tag: 1.0.10
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -118,10 +118,10 @@ Custom color, pattern, or a beautiful image – the choice is yours. To change t
 
 == Credits ==
 
-* Based on Components http://components.underscores.me/, (C) 2015-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
-* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2016 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
+* Based on Components http://components.underscores.me/, (C) 2015-2018 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
+* normalize.css http://necolas.github.io/normalize.css/, (C) 2012-2018 Nicolas Gallagher and Jonathan Neal, [MIT](http://opensource.org/licenses/MIT)
 * Isotope http://isotope.metafizzy.co/ (C) 2016 Metafizzy [GPLv3 or later] (https://www.gnu.org/licenses/gpl-3.0.html)
-* imagesLoaded https://github.com/desandro/imagesloaded (C) 2017 David DeSandro [MIT](http://opensource.org/licenses/MIT)
-* ScrollTo https://github.com/flesler/jquery.scrollTo (C) 2007-2016 Ariel Flesler [MIT](http://opensource.org/licenses/MIT)
+* imagesLoaded https://github.com/desandro/imagesloaded (C) 2018 David DeSandro [MIT](http://opensource.org/licenses/MIT)
+* ScrollTo https://github.com/flesler/jquery.scrollTo (C) 2007-2018 Ariel Flesler [MIT](http://opensource.org/licenses/MIT)
 * Genericons icon font http://www.genericons.com (C) 2016 Automattic [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
 * Default header image http://negativespace.co/photos/woman-coding/, [C00] (https://creativecommons.org/publicdomain/zero/1.0/)

+ 7 - 3
lodestar/style.css

@@ -4,19 +4,19 @@ Theme URI: http://theme.wordpress.com/themes/lodestar
 Author: Automattic
 Author URI: https://www.wordpress.com
 Description: Lodestar is a trendy one-page theme designed with startups and small business ventures in mind.
-Version: 1.0.9
+Version: 1.0.10
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: lodestar
 Tags: white, light, business, trendy, featured-image-header, featured-images, flexible-header, infinite-scroll, rtl-language-support, theme-options, threaded-comments, translation-ready, responsive-layout, one-column, two-columns, right-sidebar, one-page
 
-Lodestar WordPress Theme, Copyright 2016 Automattic, Inc.
+Lodestar WordPress Theme, Copyright 2018 Automattic, Inc.
 Lodestar is distributed under the terms of the GNU GPL.
 
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 
-Lodestar is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
+Lodestar is created by the theme generator at http://components.underscores.me/, (C) 2015-2018 Automattic, Inc.
 Components is distributed under the terms of the GNU GPL v2 or later.
 
 Normalizing styles have been helped along thanks to the fine work of
@@ -2641,6 +2641,10 @@ object {
 		-moz-column-gap: 2em;
 		column-gap: 2em;
 	}
+	
+	.two-column .panel-content .entry-content .jetpack-video-wrapper {
+		display: inline-block;
+	}
 
 	/* Testimonials on front page */
 	.one-column .panel-content .testimonials .entry-content {