From ee8cbe03fba87b89e8f32115f02ede8408943721 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Dec 2019 14:49:19 +0200 Subject: [PATCH] Use `.pull-left` instead of the custom `.float-left` Signed-off-by: XhmikosR --- index.php | 8 ++++---- style/pi-hole.css | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index 8e633ae4..a75e77ab 100644 --- a/index.php +++ b/index.php @@ -129,10 +129,10 @@

Query Types

-
+
-
+
@@ -148,10 +148,10 @@

Queries answered by

-
+
-
+
diff --git a/style/pi-hole.css b/style/pi-hole.css index 1f47baa7..19dbbb87 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -189,10 +189,6 @@ text-decoration: line-through !important; } -.float-left{ - float:left; -} - .fa-paypal-icon { width: 18px; margin-left: 2px;