From 0e9b2f7890b4020e295d9b472a316af9e5b9e0a6 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Sat, 10 Nov 2018 21:37:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E7=A7=BB=E9=99=A4site-footer=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E4=BD=BF=E7=94=A8footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Admin/Mobile.cshtml | 2 +- Bootstrap.Admin/Views/Shared/Footer.cshtml | 2 +- Bootstrap.Admin/wwwroot/css/site-responsive.css | 4 ++-- Bootstrap.Admin/wwwroot/css/site.css | 6 +++--- Bootstrap.Admin/wwwroot/js/longbow.common.js | 3 +-- Bootstrap.Admin/wwwroot/js/profiles.js | 2 +- Bootstrap.Admin/wwwroot/js/settings.js | 2 +- Bootstrap.Admin/wwwroot/js/tasks.js | 2 +- Bootstrap.Client/Views/Shared/Footer.cshtml | 2 +- Bootstrap.Client/wwwroot/css/site-responsive.css | 2 +- Bootstrap.Client/wwwroot/css/site.css | 6 +++--- Bootstrap.Client/wwwroot/js/common-scripts.js | 2 +- Bootstrap.Client/wwwroot/js/longbow.common.js | 3 +-- 13 files changed, 18 insertions(+), 20 deletions(-) diff --git a/Bootstrap.Admin/Views/Admin/Mobile.cshtml b/Bootstrap.Admin/Views/Admin/Mobile.cshtml index f2d1fc61..0fd89713 100644 --- a/Bootstrap.Admin/Views/Admin/Mobile.cshtml +++ b/Bootstrap.Admin/Views/Admin/Mobile.cshtml @@ -17,7 +17,7 @@ $('#useragent').text(navigator.userAgent); $('#versions').text(JSON.stringify(browser.versions)); - $('.site-footer').footer(); + $('footer').footer(); }; } diff --git a/Bootstrap.Admin/Views/Shared/Footer.cshtml b/Bootstrap.Admin/Views/Shared/Footer.cshtml index 3862115e..bf2a1ed1 100644 --- a/Bootstrap.Admin/Views/Shared/Footer.cshtml +++ b/Bootstrap.Admin/Views/Shared/Footer.cshtml @@ -1,5 +1,5 @@ @model ModelBase -