Explorar el Código

Merge pull request #1337 from Automattic/varia/20190828

Varia/20190828
Jeffrey Pearce hace 5 años
padre
commit
f58cbeaac1
Se han modificado 66 ficheros con 715 adiciones y 451 borrados
  1. 1 1
      alves/package-lock.json
  2. 1 1
      alves/package.json
  3. 1 1
      alves/sass/style-child-theme.scss
  4. 24 12
      alves/style-editor.css
  5. 13 13
      alves/style-rtl.css
  6. 25 13
      alves/style.css
  7. 1 1
      brompton/package-lock.json
  8. 1 1
      brompton/package.json
  9. 1 1
      brompton/sass/style-child-theme.scss
  10. 24 12
      brompton/style-editor.css
  11. 13 13
      brompton/style-rtl.css
  12. 25 13
      brompton/style.css
  13. 1 1
      coutoire/package-lock.json
  14. 1 1
      coutoire/package.json
  15. 1 1
      coutoire/sass/style-child-theme.scss
  16. 24 12
      coutoire/style-editor.css
  17. 13 13
      coutoire/style-rtl.css
  18. 25 13
      coutoire/style.css
  19. 1 1
      exford/package-lock.json
  20. 1 1
      exford/package.json
  21. 1 1
      exford/sass/style-child-theme.scss
  22. 24 12
      exford/style-editor.css
  23. 13 13
      exford/style-rtl.css
  24. 25 13
      exford/style.css
  25. 1 1
      hever/package-lock.json
  26. 1 1
      hever/package.json
  27. 1 1
      hever/sass/style-child-theme.scss
  28. 24 12
      hever/style-editor.css
  29. 13 13
      hever/style-rtl.css
  30. 25 13
      hever/style.css
  31. 1 1
      leven/package-lock.json
  32. 1 1
      leven/package.json
  33. 1 1
      leven/sass/style-child-theme.scss
  34. 24 12
      leven/style-editor.css
  35. 13 13
      leven/style-rtl.css
  36. 25 13
      leven/style.css
  37. 1 1
      morden/package-lock.json
  38. 1 1
      morden/package.json
  39. 1 1
      morden/sass/style-child-theme.scss
  40. 24 12
      morden/style-editor.css
  41. 13 13
      morden/style-rtl.css
  42. 25 13
      morden/style.css
  43. 1 1
      redhill/package-lock.json
  44. 1 1
      redhill/package.json
  45. 1 1
      redhill/sass/style-child-theme.scss
  46. 24 12
      redhill/style-editor.css
  47. 13 13
      redhill/style-rtl.css
  48. 25 13
      redhill/style.css
  49. 1 1
      rockfield/package-lock.json
  50. 1 1
      rockfield/package.json
  51. 1 1
      rockfield/sass/style-child-theme.scss
  52. 24 12
      rockfield/style-editor.css
  53. 13 13
      rockfield/style-rtl.css
  54. 25 13
      rockfield/style.css
  55. 1 1
      stow/package-lock.json
  56. 1 1
      stow/package.json
  57. 1 1
      stow/sass/style-child-theme.scss
  58. 24 12
      stow/style-editor.css
  59. 13 13
      stow/style-rtl.css
  60. 25 13
      stow/style.css
  61. 1 1
      stratford/package-lock.json
  62. 1 1
      stratford/package.json
  63. 1 1
      stratford/sass/style-child-theme.scss
  64. 24 12
      stratford/style-editor.css
  65. 13 13
      stratford/style-rtl.css
  66. 25 13
      stratford/style.css

+ 1 - 1
alves/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "alves",
   "name": "alves",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
alves/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "alves",
   "name": "alves",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Alves",
   "description": "Alves",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
alves/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
 Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
alves/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
alves/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
 Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2198,15 +2198,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2222,15 +2222,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2249,15 +2249,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2273,15 +2273,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
alves/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
 Description: Convincing design for your charity or organization’s online presence. Highlight your actions, causes and projects, Alves is versatile enough to be your personal site too.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2203,15 +2203,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2227,15 +2230,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2254,15 +2260,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2278,15 +2287,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
brompton/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "brompton",
   "name": "brompton",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
brompton/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "brompton",
   "name": "brompton",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Brompton",
   "description": "Brompton",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
brompton/sass/style-child-theme.scss

@@ -5,7 +5,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.1.0
+Version: 1.1.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

+ 24 - 12
brompton/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
brompton/style-rtl.css

@@ -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.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
brompton/style.css

@@ -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.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
coutoire/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "coutoire",
   "name": "coutoire",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
coutoire/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "coutoire",
   "name": "coutoire",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Coutoire",
   "description": "Coutoire",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
coutoire/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A design system for WordPress sites built with Gutenberg.
 Description: A design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
coutoire/style-editor.css

@@ -782,15 +782,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -806,15 +809,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -833,15 +839,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -857,15 +866,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
coutoire/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A design system for WordPress sites built with Gutenberg.
 Description: A design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2201,15 +2201,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2225,15 +2225,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2252,15 +2252,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2276,15 +2276,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
coutoire/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A design system for WordPress sites built with Gutenberg.
 Description: A design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2206,15 +2206,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2230,15 +2233,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2257,15 +2263,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2281,15 +2290,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
exford/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "exford",
   "name": "exford",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
exford/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "exford",
   "name": "exford",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Exford",
   "description": "Exford",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
exford/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Make your online presence as striking and stylish as your business with Exford.
 Description: Make your online presence as striking and stylish as your business with Exford.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
exford/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
exford/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Make your online presence as striking and stylish as your business with Exford.
 Description: Make your online presence as striking and stylish as your business with Exford.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2198,15 +2198,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2222,15 +2222,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2249,15 +2249,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2273,15 +2273,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
exford/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Make your online presence as striking and stylish as your business with Exford.
 Description: Make your online presence as striking and stylish as your business with Exford.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2203,15 +2203,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2227,15 +2230,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2254,15 +2260,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2278,15 +2287,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
hever/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "hever",
   "name": "hever",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
hever/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "hever",
   "name": "hever",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Hever",
   "description": "Hever",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
hever/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
hever/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
hever/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
hever/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Description: A fully responsive theme, ideal for creating a strong — yet beautiful — online presence for your business.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
leven/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "leven",
   "name": "leven",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
leven/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "leven",
   "name": "leven",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Leven",
   "description": "Leven",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
leven/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: the WordPress team
 Author URI: https://wordpress.org/
 Author URI: https://wordpress.org/
 Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
 Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
leven/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
leven/style-rtl.css

@@ -6,7 +6,7 @@ Author: the WordPress team
 Author URI: https://wordpress.org/
 Author URI: https://wordpress.org/
 Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
 Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
leven/style.css

@@ -6,7 +6,7 @@ Author: the WordPress team
 Author URI: https://wordpress.org/
 Author URI: https://wordpress.org/
 Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
 Description: A colorful, typography driven, Gutenberg-ready theme meant to grab the attention of potential customers and market or sell products to them.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
morden/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "morden",
   "name": "morden",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
morden/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "morden",
   "name": "morden",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Morden",
   "description": "Morden",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
morden/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
 Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
morden/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
morden/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
 Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
morden/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
 Description: Morden is a functional and responsive multi-purpose theme that is the perfect solution for your business's online presence.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
redhill/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "redhill",
   "name": "redhill",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
redhill/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "redhill",
   "name": "redhill",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "redhill",
   "description": "redhill",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
redhill/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
 Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
redhill/style-editor.css

@@ -793,15 +793,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -817,15 +820,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -844,15 +850,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -868,13 +877,16 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }

+ 13 - 13
redhill/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
 Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
redhill/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
 Description: A simple theme with clean typography, created with entrepreneurs and small business owners in mind.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
rockfield/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "rockfield",
   "name": "rockfield",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
rockfield/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "rockfield",
   "name": "rockfield",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Rockfield",
   "description": "Rockfield",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
rockfield/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
 Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
rockfield/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
rockfield/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
 Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
rockfield/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
 Description: Rockfield is a refined theme designed for restaurants and food-related businesses seeking a classic, elegant look.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
stow/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "stow",
   "name": "stow",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
stow/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "stow",
   "name": "stow",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Stow",
   "description": "Stow",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
stow/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
 Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
stow/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
stow/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
 Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
stow/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
 Description: A bold and clean theme - Stow is the ideal choice for creating an online presence for your business.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 1 - 1
stratford/package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "stratford",
   "name": "stratford",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
stratford/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "stratford",
   "name": "stratford",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Stratford",
   "description": "Stratford",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
stratford/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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

+ 24 - 12
stratford/style-editor.css

@@ -783,15 +783,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -807,15 +810,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -834,15 +840,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -858,15 +867,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 13 - 13
stratford/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2202,15 +2202,15 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2226,15 +2226,15 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2253,15 +2253,15 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2277,15 +2277,15 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**

+ 25 - 13
stratford/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Author URI: https://automattic.com/
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.1.0
+Version: 1.1.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
@@ -2207,15 +2207,18 @@ table th,
 }
 }
 
 
 .margin-right-none {
 .margin-right-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-right: 0 !important;
 }
 }
 
 
 .margin-right-half {
 .margin-right-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-right: 16px !important;
 }
 }
 
 
 .margin-right-default {
 .margin-right-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-right: 32px !important;
 }
 }
 
 
 .margin-bottom-none {
 .margin-bottom-none {
@@ -2231,15 +2234,18 @@ table th,
 }
 }
 
 
 .margin-left-none {
 .margin-left-none {
-	margin-top: 0 !important;
+	/*rtl:ignore*/
+	margin-left: 0 !important;
 }
 }
 
 
 .margin-left-half {
 .margin-left-half {
-	margin-top: 16px !important;
+	/*rtl:ignore*/
+	margin-left: 16px !important;
 }
 }
 
 
 .margin-left-default {
 .margin-left-default {
-	margin-top: 32px !important;
+	/*rtl:ignore*/
+	margin-left: 32px !important;
 }
 }
 
 
 /*
 /*
@@ -2258,15 +2264,18 @@ table th,
 }
 }
 
 
 .padding-right-none {
 .padding-right-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-right: 0 !important;
 }
 }
 
 
 .padding-right-half {
 .padding-right-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-right: 16px !important;
 }
 }
 
 
 .padding-right-default {
 .padding-right-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-right: 32px !important;
 }
 }
 
 
 .padding-bottom-none {
 .padding-bottom-none {
@@ -2282,15 +2291,18 @@ table th,
 }
 }
 
 
 .padding-left-none {
 .padding-left-none {
-	padding-top: 0 !important;
+	/*rtl:ignore*/
+	padding-left: 0 !important;
 }
 }
 
 
 .padding-left-half {
 .padding-left-half {
-	padding-top: 16px !important;
+	/*rtl:ignore*/
+	padding-left: 16px !important;
 }
 }
 
 
 .padding-left-default {
 .padding-left-default {
-	padding-top: 32px !important;
+	/*rtl:ignore*/
+	padding-left: 32px !important;
 }
 }
 
 
 /**
 /**