Skip to content

Commit

Permalink
Imperavi redactor updated to 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 13, 2015
1 parent e81689b commit 91fcc54
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 226 deletions.
2 changes: 1 addition & 1 deletion ImperaviRedactorWidget.php
Expand Up @@ -9,7 +9,7 @@
* @author Veaceslav Medvedev <slavcopost@gmail.com>
* @author Alexander Makarov <sam@rmcreative.ru>
*
* @version 1.3.9
* @version 1.3.10
*
* @link https://github.com/yiiext/imperavi-redactor-widget
* @link http://imperavi.com/redactor
Expand Down
12 changes: 12 additions & 0 deletions assets/redactor.css
Expand Up @@ -227,6 +227,12 @@ body .redactor-box-fullscreen {
background-color: transparent !important;
cursor: default;
}
/*
CodeMirror
*/
.redactor-box .CodeMirror {
display: none;
}
/*
Icons
*/
Expand Down Expand Up @@ -845,6 +851,12 @@ body .redactor-box-fullscreen {
padding-left: 2em;
border: none;
}
.redactor-editor ol ol li {
list-style-type: lower-alpha;
}
.redactor-editor ol ol ol li {
list-style-type: lower-roman;
}
.redactor-editor dl dt {
font-weight: bold;
}
Expand Down

0 comments on commit 91fcc54

Please sign in to comment.