|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
Author URI: https://automattic.com/
|
|
Author URI: https://automattic.com/
|
|
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
|
Description: Running a business is no small task. But with the right tools and support, creating a website doesn’t have to be another chore on your to-do list: enter Brompton, a simple yet powerful theme for small-business owners and entrepreneurs.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.3.0
|
|
|
|
|
|
+Version: 1.3.1
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Template: varia
|
|
Template: varia
|
|
@@ -1501,7 +1501,8 @@ button[data-load-more-btn] {
|
|
.wp-block-cover-image {
|
|
.wp-block-cover-image {
|
|
background-color: #252E36;
|
|
background-color: #252E36;
|
|
min-height: 576px;
|
|
min-height: 576px;
|
|
- margin: inherit;
|
|
|
|
|
|
+ margin-top: inherit;
|
|
|
|
+ margin-bottom: inherit;
|
|
/* default & custom background-color */
|
|
/* default & custom background-color */
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
/**
|
|
/**
|
|
@@ -1912,6 +1913,19 @@ ol {
|
|
padding-right: 32px;
|
|
padding-right: 32px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ul.aligncenter,
|
|
|
|
+ol.aligncenter {
|
|
|
|
+ list-style-position: inside;
|
|
|
|
+ padding: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+ul.alignright,
|
|
|
|
+ol.alignright {
|
|
|
|
+ list-style-position: inside;
|
|
|
|
+ text-align: left;
|
|
|
|
+ padding: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
ul {
|
|
ul {
|
|
list-style-type: disc;
|
|
list-style-type: disc;
|
|
}
|
|
}
|