Skip to content

Commit 91fcc54

Browse files
committed
Imperavi redactor updated to 10.1.1
1 parent e81689b commit 91fcc54

File tree

6 files changed

+397
-226
lines changed

6 files changed

+397
-226
lines changed

ImperaviRedactorWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Veaceslav Medvedev <slavcopost@gmail.com>
1010
* @author Alexander Makarov <sam@rmcreative.ru>
1111
*
12-
* @version 1.3.9
12+
* @version 1.3.10
1313
*
1414
* @link https://github.com/yiiext/imperavi-redactor-widget
1515
* @link http://imperavi.com/redactor

assets/redactor.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ body .redactor-box-fullscreen {
227227
background-color: transparent !important;
228228
cursor: default;
229229
}
230+
/*
231+
CodeMirror
232+
*/
233+
.redactor-box .CodeMirror {
234+
display: none;
235+
}
230236
/*
231237
Icons
232238
*/
@@ -845,6 +851,12 @@ body .redactor-box-fullscreen {
845851
padding-left: 2em;
846852
border: none;
847853
}
854+
.redactor-editor ol ol li {
855+
list-style-type: lower-alpha;
856+
}
857+
.redactor-editor ol ol ol li {
858+
list-style-type: lower-roman;
859+
}
848860
.redactor-editor dl dt {
849861
font-weight: bold;
850862
}

0 commit comments

Comments
 (0)