# HG changeset patch # User Mads Kiilerich # Date 1523841072 -7200 # Node ID 722210589dfcd4b44d7496018156673cf3562912 # Parent 6c3bb9a845d73ed5a06e4ede69205864333e970a less: drop unused lineno styling diff -r 6c3bb9a845d7 -r 722210589dfc kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less Wed Oct 25 19:19:58 2017 +0200 +++ b/kallithea/public/less/kallithea-diff.less Mon Apr 16 03:11:12 2018 +0200 @@ -105,15 +105,12 @@ border-color: rgba(0, 0, 0, 0.3); } - /** LINE NUMBERS **/ + /* line numbers */ .lineno { padding-left: 2px; padding-right: 2px !important; width: 30px; border-right: 1px solid #CCC !important; - border-left: 0px solid #CCC !important; - border-top: 0px solid #CCC !important; - border-bottom: none !important; vertical-align: middle !important; text-align: center; }