Skip to content

Commit

Permalink
Correcting numbers margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
gg64du02 committed May 31, 2018
1 parent 35b9d25 commit e255d70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions duckSpark.js_files/jquery-linedtextarea.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,19 @@ orginal
overflow: hidden;
border-right: 1px solid #c0c0c0;
margin-right: 10px;
margin-top: 16px;
}
/*
original
.linedwrap .lines {
margin-top: 0px;
width: 50px;
float: left;
overflow: hidden;
border-right: 1px solid #c0c0c0;
margin-right: 10px;
}
*/

.linedwrap .codelines {
padding-top: 5px;
Expand Down

0 comments on commit e255d70

Please sign in to comment.