summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-10-08 10:15:25 +0200
committerGitHub <noreply@github.com>2019-10-08 10:15:25 +0200
commitb92da898b46acde1181347941d0a7413d19ad88e (patch)
treed5724d321ebf1c319d0d745939a2833ad695994d /application
parent2229e5c96174171d9eec0d595e7693b987374e95 (diff)
parent6f21b77955e5089bc07881adb209d2c23d9ba461 (diff)
Merge branch 'develop' into patch-1
Diffstat (limited to 'application')
-rw-r--r--application/config/user_agents.php4
-rw-r--r--application/views/welcome_message.php6
2 files changed, 7 insertions, 3 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 1a1111be8..c866903f6 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -153,6 +153,10 @@ $mobiles = array(
'open web' => 'Open Web',
'openweb' => 'OpenWeb',
'meizu' => 'Meizu',
+ 'huawei' => 'Huawei',
+ 'xiaomi' => 'Xiaomi',
+ 'oppo' => 'Oppo',
+ 'vivo' => 'Vivo',
'infinix' => 'Infinix',
// Operating Systems
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index bc5b441a9..dae768bc8 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -27,7 +27,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
}
a:hover {
- color: #97310e;
+ color: #97310e;
}
h1 {
@@ -69,8 +69,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
}
p {
- margin: 0 0 10px;
- padding:0;
+ margin: 0 0 10px;
+ padding:0;
}
p.footer {