diff options
author | Andrey Andreev <narf@devilix.net> | 2019-10-08 09:37:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 09:37:45 +0200 |
commit | 6f21b77955e5089bc07881adb209d2c23d9ba461 (patch) | |
tree | 8341b462ae9ddd09a6f43659711c6363fda473e5 /application | |
parent | 5cd4c8e67c1f096b6cfbc4994608952c59b6dff8 (diff) | |
parent | 505f8491b056c3cd93fc73d61730963eddab6502 (diff) |
Merge pull request #5842 from sapics/chore/fix-indent
Fix indentation / clear whitespace
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 { |