1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-21 04:49:51 +01:00

Merge pull request #3586 from Jimmi08/patch-6

mistypo in css  causing W3C validation error.
This commit is contained in:
Cameron 2019-01-06 11:06:39 -08:00 committed by GitHub
commit 359c162888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ if (!defined('e107_INIT')) { exit; }
e107::css('inline','
a.e-wysiwyg-toggle { margin-top:5px }
.mce-tinymce.mce-fullscreen { z-index: 1050; !important }
.mce-tinymce.mce-fullscreen { z-index: 1050 !important; }
');
?>
?>