From 65cdf44105c03e76b9743a4f3d7afbbd090ef97e Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 9 Feb 2018 12:25:22 -0500 Subject: [PATCH] Hide BLE functions but don't hide footer on web --- app/www/index.html | 7 +++---- app/www/static/css/index.css | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/www/index.html b/app/www/index.html index 7fc6053..011d450 100644 --- a/app/www/index.html +++ b/app/www/index.html @@ -80,8 +80,7 @@ -
-
+
@@ -113,10 +112,10 @@
- -
+

PHONE

diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index f8f0183..6af2666 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -254,7 +254,7 @@ button i { } footer{ - display: none; + /*display: none;*/ width: 100%; height: 50px; position: fixed;