Bläddra i källkod

Hever: Recompile CSS to bring Varia fix re: wpstats

Thomas Guillot 6 år sedan
förälder
incheckning
c40c66ccee
2 ändrade filer med 24 tillägg och 2 borttagningar
  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