diff options
author | Wu Cheng-Han | 2016-07-30 11:28:24 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-07-30 11:28:24 +0800 |
commit | a14e7953b5a2196eda001229d44ebb2e9c18fe7c (patch) | |
tree | 39dfada7d341cc3754a63ab68b82ebc9f6d0166a /public/css | |
parent | d5549c6a8443ee1ca38fe8136465ac9377a2c8f9 (diff) |
Add support of showing authorship in editor and adjust related styles
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index 27834c8f..d586128e 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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; |