diff kallithea/public/css/style.css @ 4264:8fed903ea40e

old style: less 'in your face' line numbers and line number ranges
author Aras Pranckevicius <aras@unity3d.com>
date Mon, 23 Dec 2013 12:28:22 +0200
parents 27d28749ebd9
children edc1c0681c18
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Mon Dec 23 12:16:41 2013 +0200
+++ b/kallithea/public/css/style.css	Mon Dec 23 12:28:22 2013 +0200
@@ -4958,6 +4958,7 @@
 }
 table.code-difftable .context {
     background: none repeat scroll 0 0 #DDE7EF;
+    color: #999;
 }
 table.code-difftable .add {
     background: none repeat scroll 0 0 #DDFFDD;
@@ -4976,11 +4977,10 @@
 
 /** LINE NUMBERS **/
 table.code-difftable .lineno {
-
     padding-left: 2px;
-    padding-right: 2px;
+    padding-right: 2px !important;
     text-align: right;
-    width: 32px;
+    width: 30px;
     -moz-user-select: none;
     -webkit-user-select: none;
     border-right: 1px solid #CCC !important;
@@ -4988,21 +4988,20 @@
     border-top: 0px solid #CCC !important;
     border-bottom: none !important;
     vertical-align: middle !important;
-
 }
 table.code-difftable .lineno.new {
 }
 table.code-difftable .lineno.old {
 }
 table.code-difftable .lineno a {
-    color: #747474 !important;
+    color: #aaa !important;
     font: 11px Consolas, Monaco, Inconsolata, Liberation Mono, monospace !important;
     letter-spacing: -1px;
     text-align: right;
     padding-right: 2px;
     cursor: pointer;
     display: block;
-    width: 32px;
+    width: 30px;
 }
 
 table.code-difftable .lineno-inline {