1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

mistypo in css causing W3C validation error.

This commit is contained in:
Jimako
2018-12-20 15:35:09 +01:00
committed by GitHub
parent 188232a24e
commit 39ffc89208

View File

@@ -16,7 +16,7 @@ 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; }
');