diff --git a/examples/editor/index.html b/examples/editor/index.html index 4eab6a94..42eceb2e 100644 --- a/examples/editor/index.html +++ b/examples/editor/index.html @@ -6,8 +6,8 @@ html,body {height:100%;margin:0;} h1,h2,h3,h4,h5,h6,p {margin:0 0 10px;} #editor {display:flex;height:100%;} -.editor-input,.editor-preview {box-sizing:border-box;height:100%;margin:0;padding:10px;width:50%;} -.editor-input {border:0;border-right:1px solid #ccc;outline:none;resize:none;} +.input,.preview {box-sizing:border-box;height:100%;margin:0;padding:10px;width:50%;} +.input {border:0;border-right:1px solid #ccc;outline:none;resize:none;}
@@ -15,13 +15,23 @@ h1,h2,h3,h4,h5,h6,p {margin:0 0 10px;} - - - - - - +