# HG changeset patch # User Brian Neal # Date 1348327865 18000 # Node ID 639af9e6bd78867a8f0aa6c954a879234fab9996 # Parent 287d79be663e6cb3a870b564b1f7c17aa3aa516c For BB issue #11, update the list of TinyMCE valid styles. diff -r 287d79be663e -r 639af9e6bd78 static/js/tiny_mce_init_std.js --- 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'} });