Changeset - 722210589dfc
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-04-16 03:11:12
mads@kiilerich.com
less: drop unused lineno styling
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -105,15 +105,12 @@ BIN_FILENODE = 6
 
    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;
 
  }
0 comments (0 inline, 0 general)