diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-07 12:25:35 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-07 12:25:35 +0000 |
commit | d74c43351450f33766bbf2ea271ec529c46cea42 (patch) | |
tree | a7715bc83a2ad95768790421faf2e475ee2e7a8d /views/default/css/admin.php | |
parent | ea28c2c55c689be25a2212dfbdffd840c88921aa (diff) | |
download | elgg-d74c43351450f33766bbf2ea271ec529c46cea42.tar.gz elgg-d74c43351450f33766bbf2ea271ec529c46cea42.tar.bz2 |
removed some old css no longer supported by modern browsers
git-svn-id: http://code.elgg.org/elgg/trunk@8062 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r-- | views/default/css/admin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 39fce2928..12bd9420a 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -51,7 +51,6 @@ img { } :focus { outline:0 none; - -moz-outline-style: none; } ol, ul { list-style: none; @@ -755,7 +754,6 @@ a.elgg-longtext-control { padding: 2px 4px; margin:10px 0 10px 0; cursor: pointer; - -moz-outline-style: none; outline: none; -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); |