commit | 797fd354fd0b29edae1d11761a133daaf9cf964e | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Jan 03 11:32:46 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Fri Jan 03 11:32:46 2014 +0200 |
tree | e2850ba573d52dd534e3f5fcfc8b8f8e3967f70b | |
parent | 5e6ce4699e074118c15d887e30b1e6720448264e [diff] |
[ci skip] Manually apply PR #2746 and remove other -moz-box-shadow and -webkit-box-shadow usage
diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php index 21ff6db..11b8d99 100644 --- a/application/views/errors/html/error_404.php +++ b/application/views/errors/html/error_404.php
@@ -74,8 +74,6 @@ margin: 10px; border: 1px solid #D0D0D0; box-shadow: 0 0 8px #D0D0D0; - -moz-box-shadow: 0 0 8px #D0D0D0; - -webkit-box-shadow: 0 0 8px #D0D0D0; } p {
diff --git a/application/views/errors/html/error_db.php b/application/views/errors/html/error_db.php index a251e1c..f376e09 100644 --- a/application/views/errors/html/error_db.php +++ b/application/views/errors/html/error_db.php
@@ -74,8 +74,6 @@ margin: 10px; border: 1px solid #D0D0D0; box-shadow: 0 0 8px #D0D0D0; - -moz-box-shadow: 0 0 8px #D0D0D0; - -webkit-box-shadow: 0 0 8px #D0D0D0; } p {
diff --git a/application/views/errors/html/error_general.php b/application/views/errors/html/error_general.php index b9d5438..df435b3 100644 --- a/application/views/errors/html/error_general.php +++ b/application/views/errors/html/error_general.php
@@ -74,8 +74,6 @@ margin: 10px; border: 1px solid #D0D0D0; box-shadow: 0 0 8px #D0D0D0; - -moz-box-shadow: 0 0 8px #D0D0D0; - -webkit-box-shadow: 0 0 8px #D0D0D0; } p {
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index 2466a83..341a8d0 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php
@@ -87,8 +87,7 @@ #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>