commit | 2d04624cb59d5852f8e61d610ab822252cad685a | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Fri Feb 17 16:31:51 2012 -0500 |
committer | Timothy Warren <tim@timshomepage.net> | Fri Feb 17 16:31:51 2012 -0500 |
tree | 5c95545943584c1b6864520e9f6a1a954c165689 | |
parent | 7a2412cfe7f7d8db3eb845542609c476c52efc3d [diff] |
Added unprefixed css property to welcome view
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index acc36b6..4d9161a 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>