Remove right on it's own, css hack only works in firefox (merged from branches/2.2.0@45907, r45475)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@46104 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-12-02 21:32:30 +00:00
parent 8903fb8eaf
commit 4dda814a11

View File

@ -364,7 +364,6 @@ class HtmlEditorField_Toolbar extends ViewableData {
"left" => _t('HtmlEditorField.CSSCLASSLEFT', "On the left, with text wrapping around."),
"leftAlone" => _t('HtmlEditorField.CSSCLASSLEFTALONE', "On the left, on its own."),
"right" => _t('HtmlEditorField.CSSCLASSRIGHT', "On the right, with text wrapping around."),
"rightAlone" => _t('HtmlEditorField.CSSCLASSRIGHTALONE', "On the right, on its own."),
"center" => _t('HtmlEditorField.CSSCLASSCENTER', "Centered, on its own."),
)),
new FieldGroup(_t('HtmlEditorField.IMAGEDIMENSIONS', "Dimensions"),