diff --git a/assets/css/blocks/core-list.css b/assets/css/blocks/core-list.css index b56bf9f..9c7bb45 100644 --- a/assets/css/blocks/core-list.css +++ b/assets/css/blocks/core-list.css @@ -1,4 +1,4 @@ -ul.is-style-icecubo-check-list, ul.is-style-icecubo-plus-list {list-style-type: none; padding: 0;} +ul.is-style-icecubo-check-list, ul.is-style-icecubo-plus-list {list-style-type: none; padding-left: 1rem;} ul.is-style-icecubo-check-list li, ul.is-style-icecubo-plus-list li {position: relative; list-style-type: none; padding-left: 1.2em; margin-bottom: .1rem;} ul.is-style-icecubo-check-list li::before, ul.is-style-icecubo-plus-list li::before {display: block; position: absolute; left: 0; top: 3%;} ul.is-style-icecubo-check-list li::before {content: '✓';} diff --git a/functions.php b/functions.php index 2943a7d..dd8961d 100644 --- a/functions.php +++ b/functions.php @@ -14,7 +14,7 @@ * Author URI: https://maxpressy.com * License: GPL v2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html - * Version: 1.1.6 + * Version: 1.1.7 * Text Domain: icecubo * Domain Path: /languages * Requires at least: 6.1 diff --git a/patterns/boxes-with-sub-heading-colorized.php b/patterns/boxes-with-sub-heading-colorized.php index 400064c..8609cbb 100644 --- a/patterns/boxes-with-sub-heading-colorized.php +++ b/patterns/boxes-with-sub-heading-colorized.php @@ -7,8 +7,8 @@ */ ?> -
- diff --git a/patterns/hero-media-text-cta-light.php b/patterns/hero-media-text-cta-light.php index 9859b59..6c33e90 100644 --- a/patterns/hero-media-text-cta-light.php +++ b/patterns/hero-media-text-cta-light.php @@ -26,7 +26,7 @@ -
+
diff --git a/patterns/post-header-featured-in-cover.php b/patterns/post-header-featured-in-cover.php index f8342eb..8333c77 100644 --- a/patterns/post-header-featured-in-cover.php +++ b/patterns/post-header-featured-in-cover.php @@ -8,7 +8,7 @@ ?>
-
+
diff --git a/patterns/post-header-sharp-diagonal-bg.php b/patterns/post-header-sharp-diagonal-bg.php index 435c0be..679795b 100644 --- a/patterns/post-header-sharp-diagonal-bg.php +++ b/patterns/post-header-sharp-diagonal-bg.php @@ -6,8 +6,8 @@ * Categories: icecubo-post-header */ ?> - -
+ +
diff --git a/readme.txt b/readme.txt index 60efec8..53fbd88 100644 --- a/readme.txt +++ b/readme.txt @@ -12,6 +12,10 @@ IceCubo is a block-based theme for WordPress. Fundamentally may be used as a sta == Changelog == += 1.1.7 - 2023-11-13 = +* Fix styling on some patterns (e.g. missing background, padding adjustment, color) +* Change margin for the image block + = 1.1.6 - 2023-11-08 = * Update exisitng patterns * Add new patterns (pages, posts, magazine) diff --git a/style.css b/style.css index 72773f0..fa840d9 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Description: IceCubo is a block-based theme for WordPress. Fundamentally may be Requires at least: 6.1 Tested up to: 6.3 Requires PHP: 5.7 -Version: 1.1.6 +Version: 1.1.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Template: diff --git a/theme.json b/theme.json index b21ed16..dfca6bf 100644 --- a/theme.json +++ b/theme.json @@ -644,6 +644,9 @@ "core/details": { "css": "&:not(.noice) p {border-left: 1px solid; padding-left: 1.5rem; margin-left: .25em;}" }, + "core/image": { + "css": " {margin: .5rem 0 1rem}" + }, "core/navigation": { "css": "&:not(.noice) > .wp-block-navigation-item.current-menu-item{box-shadow: 0 2px 0;}" },