SmartInput for back quoted text

This commit is contained in:
2016-02-22 03:08:07 +08:00
parent 82451a41b9
commit 82ef981d0a
14 changed files with 297 additions and 50 deletions

View File

@@ -0,0 +1,12 @@
.v_boundary[data-inline="on"][data-type="Code"] {
display: inline-block;
background-color: #EEE;
}
.v_box[data-inline="on"] .v_description {
display: none;
}
.v_box[data-inline="on"] {
min-height: 0;
}