diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-07 02:34:38 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-07 02:34:38 +0200 |
commit | d207c9218531afe666168c1f5f59abd1bc19a8aa (patch) | |
tree | 7597e90beec1cedda3fd21025c03760b776afe67 /application/errors/error_general.php | |
parent | f2223d7839f1142ace94f0910005f55aa5d0b608 (diff) | |
parent | 43ef706d3684af7efa02c21db02ca150c9b424a9 (diff) |
Merge pull request #1330 from dixy/develop-errors
Remove -webkit prefix for box-shadow
Diffstat (limited to 'application/errors/error_general.php')
-rw-r--r-- | application/errors/error_general.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/errors/error_general.php b/application/errors/error_general.php index 59896e1ea..c88afe168 100644 --- a/application/errors/error_general.php +++ b/application/errors/error_general.php @@ -72,7 +72,7 @@ code { #container { margin: 10px; border: 1px solid #D0D0D0; - -webkit-box-shadow: 0 0 8px #D0D0D0; + box-shadow: 0 0 8px #D0D0D0; } p { |