Kaynağa Gözat

Compile after rebase.

Michael Cain 5 yıl önce
ebeveyn
işleme
faa6c467f7
3 değiştirilmiş dosya ile 17 ekleme ve 1 silme
  1. 2 0
      varia/style-editor.css
  2. 13 0
      varia/style-rtl.css
  3. 2 1
      varia/style.css

+ 2 - 0
varia/style-editor.css

@@ -568,6 +568,8 @@ object {
 	background-color: black;
 	color: white;
 	min-height: 480px;
+	margin-top: inherit;
+	margin-bottom: inherit;
 	/* default & custom background-color */
 	/* Treating H2 separately to account for legacy /core styles */
 }

+ 13 - 0
varia/style-rtl.css

@@ -1952,6 +1952,19 @@ ol {
 	padding-right: 32px;
 }
 
+ul.aligncenter,
+ol.aligncenter {
+	list-style-position: inside;
+	padding: 0;
+}
+
+ul.alignright,
+ol.alignright {
+	list-style-position: inside;
+	text-align: left;
+	padding: 0;
+}
+
 ul {
 	list-style-type: disc;
 }

+ 2 - 1
varia/style.css

@@ -1541,7 +1541,8 @@ button[data-load-more-btn] {
 .wp-block-cover-image {
 	background-color: black;
 	min-height: 480px;
-	margin: inherit;
+	margin-top: inherit;
+	margin-bottom: inherit;
 	/* default & custom background-color */
 	/* Treating H2 separately to account for legacy /core styles */
 	/**