diff --git a/module/repo/css/diff.css b/module/repo/css/diff.css index 42127daf7d..57db0e5265 100644 --- a/module/repo/css/diff.css +++ b/module/repo/css/diff.css @@ -9,7 +9,7 @@ table.diff {margin-bottom: 0px;} .diff .line-new, .diff .line-new {background: #CFC;} .diff .line-old, .diff .line-old {background: #FCC;} .diff .line-all, .diff .line-all {background: #FFF;} -.diff .w-num {width: 25px; border-right: 1px solid #E4E4E4; color: #999; border-left: 1px solid #E4E4E4; color: #999; font-weight: normal; line-height: 2.5;} +.diff .w-num {width: 25px; border-right: 1px solid #E4E4E4; color: #999; border-left: 1px solid #E4E4E4; color: #999; font-weight: normal;} .repoCode .diff tr .comment-btn .icon-wrapper {left: -23px;} .repoCode .diff tr.over td.line-all, .repoCode .diff tr.over td.line-all {background: #f8eec7;}