summaryrefslogtreecommitdiffstats
path: root/application/views/welcome_message.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/welcome_message.php')
-rw-r--r--application/views/welcome_message.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index 3cc8b80aa..341a8d0de 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -87,8 +87,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
#container {
margin: 10px;
border: 1px solid #D0D0D0;
- -moz-box-shadow: 0 0 8px #D0D0D0;
- -webkit-box-shadow: 0 0 8px #D0D0D0;
+ box-shadow: 0 0 8px #D0D0D0;
}
</style>
</head>
@@ -104,7 +103,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<code>application/views/welcome_message.php</code>
<p>The corresponding controller for this page is found at:</p>
- <code>application/controllers/welcome.php</code>
+ <code>application/controllers/Welcome.php</code>
<p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p>
</div>