diff options
author | sapics <gv.nishino@gmail.com> | 2019-09-25 06:50:31 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2019-09-25 06:52:56 +0200 |
commit | 505f8491b056c3cd93fc73d61730963eddab6502 (patch) | |
tree | 3cbccbc0531ede689f18dbd4ceb21deb358b6dd0 /application | |
parent | 00df649efef7fe3420138c6f66c95ce1042ab3d2 (diff) |
Fix indent
Diffstat (limited to 'application')
-rw-r--r-- | application/views/welcome_message.php | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |