浏览代码

Varia: Recompiling styles

Allan Cole 6 年之前
父节点
当前提交
b79c70f054
共有 3 个文件被更改,包括 8 次插入6 次删除
  1. 4 0
      varia/style-editor.css
  2. 2 3
      varia/style-rtl.css
  3. 2 3
      varia/style.css

+ 4 - 0
varia/style-editor.css

@@ -134,6 +134,10 @@ body {
 	-webkit-font-smoothing: antialiased;
 }
 
+.editor-post-title__block {
+	font-size: 18px;
+}
+
 p {
 	font-size: 1em;
 	line-height: 1.78;

+ 2 - 3
varia/style-rtl.css

@@ -1371,10 +1371,9 @@ h6, .h6 {
 }
 
 img {
-	height: auto;
-	max-width: 100%;
-	vertical-align: middle;
 	width: auto;
+	vertical-align: middle;
+	max-width: 100%;
 }
 
 .wp-block-latest-comments {

+ 2 - 3
varia/style.css

@@ -1371,10 +1371,9 @@ h6, .h6 {
 }
 
 img {
-	height: auto;
-	max-width: 100%;
-	vertical-align: middle;
 	width: auto;
+	vertical-align: middle;
+	max-width: 100%;
 }
 
 .wp-block-latest-comments {