summaryrefslogtreecommitdiffstats
path: root/application/views/welcome_message.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-03 10:32:46 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-03 10:32:46 +0100
commit797fd354fd0b29edae1d11761a133daaf9cf964e (patch)
treee2850ba573d52dd534e3f5fcfc8b8f8e3967f70b /application/views/welcome_message.php
parent5e6ce4699e074118c15d887e30b1e6720448264e (diff)
[ci skip] Manually apply PR #2746 and remove other -moz-box-shadow and -webkit-box-shadow usage
Diffstat (limited to 'application/views/welcome_message.php')
-rw-r--r--application/views/welcome_message.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index 2466a83fc..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>