Mercurial > public > sg101
changeset 615:639af9e6bd78
For BB issue #11, update the list of TinyMCE valid styles.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 22 Sep 2012 10:31:05 -0500 |
parents | 287d79be663e |
children | e9650ea2ca2f |
files | static/js/tiny_mce_init_std.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/static/js/tiny_mce_init_std.js Sat Sep 01 15:40:09 2012 -0500 +++ b/static/js/tiny_mce_init_std.js Sat Sep 22 10:31:05 2012 -0500 @@ -20,5 +20,5 @@ theme_advanced_buttons3 : "sub,sup,|,image,insertdate,inserttime,|,tablecontrols,|,hr,advhr,visualaid,|,charmap,emotions,|,print", theme_advanced_buttons4 : "pastetext,pasteword,selectall" }, - valid_styles : { '*' : 'font-style,font-weight,text-decoration'} + valid_styles : { '*' : 'font-style,font-weight,text-decoration,float,margin,margin-right'} });