]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/wordpress/css/content.css
Wordpress 2.9
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wordpress / css / content.css
index a542e6e058a7972f18e8153150cc282e3939b797..f8384955cf3ce7e0976c7d755dc59b28b45b914b 100644 (file)
 }
 .mceWPnextpage {
     background: #ffffff url(../img/page_bug.gif) no-repeat right top;
-}
\ No newline at end of file
+}
+
+img.wpGallery {
+       border: 1px dashed #888;
+       background: #f2f8ff url("../../wpgallery/img/gallery.png") no-repeat scroll center center;
+       width: 99%;
+       height: 250px;
+}
+
+img.wp-oembed {
+       border: 1px dashed #888;
+       background: #f7f5f2 url("../img/embedded.png") no-repeat scroll center center;
+       width: 300px;
+       height: 250px;
+}