JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
wrap in div, match dimensions
[peach-html5-editor.git] / editor_tests_compiled.html
index 712e36a..e3ead1a 100644 (file)
@@ -9,13 +9,11 @@
                        box-sizing: border-box;
                        width: 100%;
                }
+               /* optional */
                .peach_html5_editor {
-                       box-sizing: border-box;
-                       width: 300px;
-                       height: 300px;
-                       border: 0;
-                       margin: 10px 0;
-                       padding: 0;
+                       width: 500px;
+                       height: 500px;
+                       margin: 0 auto;
                }
        </style>
 </head>