Created
October 27, 2015 12:34
-
-
Save nl5887/acec118a0d5f8fcd6986 to your computer and use it in GitHub Desktop.
hackpad font change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/etherpad/src/static/css/ace2/editor.less b/etherpad/src/static/css/ace2/editor.less | |
| index 28524a9..31d4a9a 100644 | |
| --- a/etherpad/src/static/css/ace2/editor.less | |
| +++ b/etherpad/src/static/css/ace2/editor.less | |
| @@ -338,7 +338,7 @@ div.ace-line { | |
| padding-left: @new_left_padding; | |
| padding-right: @new_right_padding; | |
| border-left: @left_border solid white; | |
| - font-size: 17px; | |
| + font-size: 14px; | |
| line-height: 1.8em; /* 32px at 17px font */ | |
| font-weight: 100; | |
| } | |
| diff --git a/etherpad/src/static/css/ace2/inner.less b/etherpad/src/static/css/ace2/inner.less | |
| index 3d4ab8e..84a1e31 100644 | |
| --- a/etherpad/src/static/css/ace2/inner.less | |
| +++ b/etherpad/src/static/css/ace2/inner.less | |
| @@ -146,7 +146,7 @@ ul.list-code1 { | |
| font-family: monospace; | |
| color: @color_code; | |
| font-size: 14px; | |
| - line-height: 1.8; | |
| + line-height: 1.4; | |
| white-space: pre-wrap; | |
| word-break: break-all; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment