commit | b1a412601ae0fc01a45f159d220ecdcb244c8fac | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Fri Mar 02 11:44:34 2012 -0500 |
committer | Timothy Warren <tim@timshomepage.net> | Fri Mar 02 11:44:34 2012 -0500 |
tree | c54f2b9392e2669a1f02a858fc0b74054d544278 | |
parent | 6a3bda6a1fee45635f66f4e22d288f73334e9e48 [diff] | |
parent | 00df2e3183dc1cbef82dafe6cc432d73fe659ae9 [diff] |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop
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>