Sign in

梁美英 / programming · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • programming
  • src
  • live
  • js
  • codemirror-5.25.0
  • test
  • mode_test.css
  • add node server
    6fb5eabb
    ykxie authored
    2017-05-23 16:06:49 +0800  
    Browse Code »
mode_test.css 366 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.mt-output .mt-token {
  border: 1px solid #ddd;
  white-space: pre;
  font-family: "Consolas", monospace;
  text-align: center;
}

.mt-output .mt-style {
  font-size: x-small;
}

.mt-output .mt-state {
  font-size: x-small;
  vertical-align: top;
}

.mt-output .mt-state-row {
  display: none;
}

.mt-state-unhide .mt-output .mt-state-row {
  display: table-row;
}