Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index e628a07..c3ddc18 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,3 +1,8 @@
+.ie8 #editor_container div{
+ /* override core style.css font-size:100% that messes up the editor in IE8 */
+ font-size: 12px !important;
+}
+
#editor_container #editor {
position: relative;
display: block;