Automatically add classes to images for floated images. Props azaozz. fixes #5803

git-svn-id: https://develop.svn.wordpress.org/trunk@6769 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-09 12:42:15 +00:00
parent 5deeece50b
commit 671d6a0692
6 changed files with 33 additions and 73 deletions

View File

@@ -1,20 +1,5 @@
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
.alignleft {
float: left;
}
.alignright {
float: right;
}
/*
.aligncenter {
margin-left: auto;
margin-right: auto;
}
*/
/* css for the editor */
body {
background: #fff;
color: #000;