From e6879c55d421e4a5c2d47d044b654210f108c07d Mon Sep 17 00:00:00 2001
From: Carlos Bravo <37012961+cbravobernal@users.noreply.github.com>
Date: Tue, 21 Jan 2025 16:27:25 +0100
Subject: [PATCH 1/3] Fix margin issue
---
independent-publisher-2/style.css | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/independent-publisher-2/style.css b/independent-publisher-2/style.css
index 3bdc052adf..776656c87c 100644
--- a/independent-publisher-2/style.css
+++ b/independent-publisher-2/style.css
@@ -52,6 +52,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
* 16.2 - >= 783px
* 16.3 - >= 992px
* 16.4 - >= 1330px
+ * 17.0 - Block editor
*/
/*--------------------------------------------------------------
@@ -3346,3 +3347,10 @@ time.published + .updated {
max-width: 1380px;
}
}
+
+/*--------------------------------------------------------------
+17.0 - Block editor
+--------------------------------------------------------------*/
+.wp-block-image {
+ margin: 0 0 1em;
+}
\ No newline at end of file
From edb8ca6cacc521e266d5f2f19bc5c1a4b7f023ba Mon Sep 17 00:00:00 2001
From: Carlos Bravo <37012961+cbravobernal@users.noreply.github.com>
Date: Tue, 21 Jan 2025 16:27:52 +0100
Subject: [PATCH 2/3] Fix theme checklist
---
independent-publisher-2/header.php | 5 +++++
independent-publisher-2/style.css | 3 +++
2 files changed, 8 insertions(+)
diff --git a/independent-publisher-2/header.php b/independent-publisher-2/header.php
index d2af79c63f..0c9ddfa3e8 100644
--- a/independent-publisher-2/header.php
+++ b/independent-publisher-2/header.php
@@ -18,6 +18,11 @@
>
+
diff --git a/independent-publisher-2/style.css b/independent-publisher-2/style.css
index 776656c87c..fcea106a32 100644
--- a/independent-publisher-2/style.css
+++ b/independent-publisher-2/style.css
@@ -3,6 +3,9 @@ Theme Name: Independent Publisher 2
Theme URI: http://wordpress.com/themes/independent-publisher-2
Version: 2.1.19-wpcom
Description: Independent Publisher 2 is a clean and polished theme with a light color scheme, bold typography, and full-width images.
+Requires at least: 4.5
+Tested up to: 4.7
+Requires PHP: 7.4
Author: Raam Dev
Author URI: http://raamdev.com/
License: GNU General Public License v3 or later
From 2ca75dd3d2a339ffa0e39e6d70c41fe901e4856f Mon Sep 17 00:00:00 2001
From: Carlos Bravo <37012961+cbravobernal@users.noreply.github.com>
Date: Wed, 22 Jan 2025 11:50:04 +0100
Subject: [PATCH 3/3] Revert "Fix theme checklist"
This reverts commit edb8ca6cacc521e266d5f2f19bc5c1a4b7f023ba.
---
independent-publisher-2/header.php | 5 -----
independent-publisher-2/style.css | 3 ---
2 files changed, 8 deletions(-)
diff --git a/independent-publisher-2/header.php b/independent-publisher-2/header.php
index 0c9ddfa3e8..d2af79c63f 100644
--- a/independent-publisher-2/header.php
+++ b/independent-publisher-2/header.php
@@ -18,11 +18,6 @@
>
-
diff --git a/independent-publisher-2/style.css b/independent-publisher-2/style.css
index fcea106a32..776656c87c 100644
--- a/independent-publisher-2/style.css
+++ b/independent-publisher-2/style.css
@@ -3,9 +3,6 @@ Theme Name: Independent Publisher 2
Theme URI: http://wordpress.com/themes/independent-publisher-2
Version: 2.1.19-wpcom
Description: Independent Publisher 2 is a clean and polished theme with a light color scheme, bold typography, and full-width images.
-Requires at least: 4.5
-Tested up to: 4.7
-Requires PHP: 7.4
Author: Raam Dev
Author URI: http://raamdev.com/
License: GNU General Public License v3 or later