|
@@ -6,7 +6,7 @@ Author: Automattic
|
|
|
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.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
-Version: 1.1.0
|
|
|
+Version: 1.1.1
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: varia
|
|
@@ -2202,15 +2202,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.margin-right-none {
|
|
|
- margin-top: 0 !important;
|
|
|
+ margin-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
.margin-right-half {
|
|
|
- margin-top: 16px !important;
|
|
|
+ margin-right: 16px !important;
|
|
|
}
|
|
|
|
|
|
.margin-right-default {
|
|
|
- margin-top: 32px !important;
|
|
|
+ margin-right: 32px !important;
|
|
|
}
|
|
|
|
|
|
.margin-bottom-none {
|
|
@@ -2226,15 +2226,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.margin-left-none {
|
|
|
- margin-top: 0 !important;
|
|
|
+ margin-left: 0 !important;
|
|
|
}
|
|
|
|
|
|
.margin-left-half {
|
|
|
- margin-top: 16px !important;
|
|
|
+ margin-left: 16px !important;
|
|
|
}
|
|
|
|
|
|
.margin-left-default {
|
|
|
- margin-top: 32px !important;
|
|
|
+ margin-left: 32px !important;
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -2253,15 +2253,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.padding-right-none {
|
|
|
- padding-top: 0 !important;
|
|
|
+ padding-right: 0 !important;
|
|
|
}
|
|
|
|
|
|
.padding-right-half {
|
|
|
- padding-top: 16px !important;
|
|
|
+ padding-right: 16px !important;
|
|
|
}
|
|
|
|
|
|
.padding-right-default {
|
|
|
- padding-top: 32px !important;
|
|
|
+ padding-right: 32px !important;
|
|
|
}
|
|
|
|
|
|
.padding-bottom-none {
|
|
@@ -2277,15 +2277,15 @@ table th,
|
|
|
}
|
|
|
|
|
|
.padding-left-none {
|
|
|
- padding-top: 0 !important;
|
|
|
+ padding-left: 0 !important;
|
|
|
}
|
|
|
|
|
|
.padding-left-half {
|
|
|
- padding-top: 16px !important;
|
|
|
+ padding-left: 16px !important;
|
|
|
}
|
|
|
|
|
|
.padding-left-default {
|
|
|
- padding-top: 32px !important;
|
|
|
+ padding-left: 32px !important;
|
|
|
}
|
|
|
|
|
|
/**
|