fix markdown preview

This commit is contained in:
Henrique Dias
2016-02-07 09:34:28 +00:00
parent 49274536a4
commit 1dbe820b42
6 changed files with 63 additions and 75 deletions

View File

@@ -337,6 +337,12 @@ fieldset input {
font-size: 1em;
}
#editor-preview {
padding: 4% 13%;
display: block;
background-color: rgb(255, 255, 255);
}
.ace_editor {
margin: 0;
border-bottom-left-radius: .5em;