Add support of showing authorship in editor and adjust related styles

This commit is contained in:
Wu Cheng-Han 2016-07-30 11:28:24 +08:00
parent d5549c6a84
commit a14e7953b5
4 changed files with 218 additions and 3 deletions

View file

@ -49,6 +49,9 @@ body {
min-width: 1.5em;
text-align: right;
}
.CodeMirror-gutter.authorship-gutters {
width: 8px;
}
.CodeMirror-matchingtag {
background: rgba(255, 255, 255, .1);
line-height: 1em;