summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/wordpress.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/js/tinymce/wordpress.css')
-rw-r--r--wp-includes/js/tinymce/wordpress.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/wp-includes/js/tinymce/wordpress.css b/wp-includes/js/tinymce/wordpress.css
index ce8242d..1596f59 100644
--- a/wp-includes/js/tinymce/wordpress.css
+++ b/wp-includes/js/tinymce/wordpress.css
@@ -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;