summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-02-17 22:31:51 +0100
committerTimothy Warren <tim@timshomepage.net>2012-02-17 22:31:51 +0100
commit2d04624cb59d5852f8e61d610ab822252cad685a (patch)
tree5c95545943584c1b6864520e9f6a1a954c165689
parent7a2412cfe7f7d8db3eb845542609c476c52efc3d (diff)
Added unprefixed css property to welcome view
-rw-r--r--application/views/welcome_message.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php
index acc36b6d4..4d9161aa0 100644
--- a/application/views/welcome_message.php
+++ b/application/views/welcome_message.php
@@ -89,6 +89,8 @@
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
+ -moz-box-shadow: 0 0 8px #D0D0D0;
+ box-shadow: 0 0 8px #D0D0D0;
}
</style>
</head>