Skip to content

Commit

Permalink
minor style cleanup of demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 8, 2015
1 parent 98075e8 commit 7bde2c7
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions demo/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
color: #454545;
margin: 0;
padding: 0;
background-color: #EFEFEF;
}
@media only screen and (max-width: 767px) {
body {
Expand All @@ -25,10 +26,6 @@ body {
max-width: 25%;
}

.pane textarea {
width: 100%;
}

.editor-pane {
max-width: 50em;
margin: 0 auto;
Expand Down Expand Up @@ -69,9 +66,19 @@ body {
width: 50%;
}
#serialized-mobiledoc, #mobiledoc-to-load {
background-color: #2b303b;
overflow: hidden;
padding: 0.25em;
}
#serialized-mobiledoc {
white-space: pre;
background-color: #080808;
}
#mobiledoc-to-load {
}
#mobiledoc-to-load textarea {
height: 300px;
}

.code-pane:first-child {
display: block;
}
Expand Down

0 comments on commit 7bde2c7

Please sign in to comment.