Add or remove class=aligncenter when aligning images in TinyMCE. Props azaozz. fixes #6645 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-04-15 16:03:24 +00:00
parent b3dbfd3b48
commit c3dda2241e
3 changed files with 70 additions and 33 deletions
+14
View File
@@ -1,5 +1,19 @@
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
body.mceContentBody {
background: #fff;
color: #000;