Skip to content

Commit

Permalink
Merge pull request #467 from UCL-INGI/fix_monospace
Browse files Browse the repository at this point in the history
Bug: fix #466
  • Loading branch information
anthonygego committed Nov 6, 2019
2 parents b090f8a + dd20689 commit 87e370e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions inginious/frontend/static/css/INGInious.css
Expand Up @@ -104,8 +104,6 @@ form#task label {
font-size: 1em;
line-height: 1.5em;
font-family: 'Source Code Pro', monospace !important;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #fdfdfd;
color: #181818;
}
Expand Down
2 changes: 0 additions & 2 deletions inginious/frontend/static/css/common.less
Expand Up @@ -155,8 +155,6 @@ form#task {
font-size: @font-mul*1em;
line-height: @font-mul*1.5em;
font-family: 'Source Code Pro', monospace !important;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #fdfdfd;
color: #181818;

Expand Down
2 changes: 0 additions & 2 deletions inginious/frontend/static/css/lti.css
Expand Up @@ -104,8 +104,6 @@ form#task label {
font-size: 1em;
line-height: 1.5em;
font-family: 'Source Code Pro', monospace !important;
letter-spacing: 0.3px;
word-spacing: 1px;
background: #fdfdfd;
color: #181818;
}
Expand Down

0 comments on commit 87e370e

Please sign in to comment.