changeset 7246:722210589dfc

less: drop unused lineno styling
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 16 Apr 2018 03:11:12 +0200
parents 6c3bb9a845d7
children b22bed4434c5
files kallithea/public/less/kallithea-diff.less
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;
   }