From a14e7953b5a2196eda001229d44ebb2e9c18fe7c Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 30 Jul 2016 11:28:24 +0800 Subject: Add support of showing authorship in editor and adjust related styles --- public/css/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css') 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; -- cgit v1.2.3