wp/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css
changeset 0 d970ebf37754
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,13 @@
+/*
+Distraction Free Writing mode TinyMCE Styles
+*/
+
+html,
+body {
+	background: transparent;
+	width: auto !important;
+	max-width: none !important;
+	margin: 0 !important;
+	padding: 0 !important;
+	min-height: 0 !important;
+}