Explorar o código

Hever: Recompile CSS to bring Varia fix re: wpstats

Thomas Guillot %!s(int64=6) %!d(string=hai) anos
pai
achega
c40c66ccee
Modificáronse 2 ficheiros con 24 adicións e 2 borrados
  1. 12 1
      hever/style-rtl.css
  2. 12 1
      hever/style.css

+ 12 - 1
hever/style-rtl.css

@@ -2160,7 +2160,7 @@ table th,
 	flex-wrap: wrap;
 	list-style: none;
 	max-width: none;
-	margin: 0 -16px;
+	margin: 0 -8px;
 	position: relative;
 	/* Sub-menus Flyout */
 }
@@ -2857,6 +2857,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

+ 12 - 1
hever/style.css

@@ -2165,7 +2165,7 @@ table th,
 	flex-wrap: wrap;
 	list-style: none;
 	max-width: none;
-	margin: 0 -16px;
+	margin: 0 -8px;
 	position: relative;
 	/* Sub-menus Flyout */
 }
@@ -2862,6 +2862,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