This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2015-11-06 13:41:44 -05:00
Родитель 5e83f13abb
Коммит 302d45313c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -170,7 +170,9 @@ div.CodeMirror-cursors {
.CodeMirror-linenumber {
color: @accent-comment;
/* XXXBramble: Brackets does this, but we don't need that much extra width
min-width: 2.5em;
*/
/*font-size: 0.9em;*/ /* restore after SourceCodePro font fix? */
padding: 0 @code-padding 0 10px; // note: overridden if code-folding gutter is shown
}