# HG changeset patch # User Thomas De Schampheleire # Date 2018-05-06 14:35:36 # Node ID 25f7d871ea047ec9d371c9966c1d42baa9751f4d # Parent 9005c37dbe21a96ef514bf6f786a5f679b3cacf9 style: remove unused class 'comment-inlines' No reference can be found to the class 'comment-inlines', so remove it. diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -540,10 +540,6 @@ div.form div.form-group div.highlight, top: 4px; margin: -10px 2px 0; } -/** comment inline form **/ -.comment-inlines textarea { - font-family: @font-family-monospace; -} /** comment inline **/ .inline-comments { padding: 5px;