From 2806495e5a734c8d5ae74e3313a332230f5984c0 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sat, 16 Feb 2013 15:30:04 -0700 Subject: [PATCH] Nudge fold ellipses down by 2px for better visual alignment w/ line --- static/editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/editor.css b/static/editor.css index a5fe96018..41819ac59 100644 --- a/static/editor.css +++ b/static/editor.css @@ -71,6 +71,8 @@ padding-left: .2em; font-family: 'Octicons Regular'; -webkit-font-smoothing: antialiased; + position: relative; + top: 2px; } .editor .line.cursor-line .fold-marker {