Add Markdown preview for textarea, see #407

This commit is contained in:
Frédéric Guillot
2014-11-20 22:37:10 -05:00
parent 11b6381cc0
commit 2a850757ee
29 changed files with 393 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
/* responsive design */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
@media only screen and (min-width : 769px) and (max-width : 1024px) {
.hide-tablet {
display: none;
@@ -16,6 +16,14 @@
.task-board-title {
font-size: 1.5em;
}
.form-tab {
max-width: 662px;
}
input.form-date ~ div.form-help {
max-width: 150px;
}
}
@media only screen and (max-width : 768px) {
@@ -65,4 +73,8 @@
.task-board-title {
font-size: 1.5em;
}
}
.form-tab {
max-width: 404px;
}
}