소스 검색

Redhill: Recompile CSS

Thomas Guillot 6 년 전
부모
커밋
2cee082a02
2개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      redhill/style-rtl.css
  2. 11 0
      redhill/style.css

+ 11 - 0
redhill/style-rtl.css

@@ -2883,6 +2883,17 @@ table th,
 	flex: 0 0 100%;
 }
 
+/* Utilities */
+img#wpstats {
+	position: absolute !important;
+	clip: rect(0, 0, 0, 0);
+	padding: 0 !important;
+	border: 0 !important;
+	height: 0 !important;
+	width: 0 !important;
+	overflow: hidden;
+}
+
 /**
  * Site Pages
  * - Page specific styles

+ 11 - 0
redhill/style.css

@@ -2888,6 +2888,17 @@ table th,
 	flex: 0 0 100%;
 }
 
+/* Utilities */
+img#wpstats {
+	position: absolute !important;
+	clip: rect(0, 0, 0, 0);
+	padding: 0 !important;
+	border: 0 !important;
+	height: 0 !important;
+	width: 0 !important;
+	overflow: hidden;
+}
+
 /**
  * Site Pages
  * - Page specific styles