# HG changeset patch # User Marcin Kuzminski # Date 2010-12-07 01:54:54 # Node ID a41bb4005608af688c3948e0e5731efdb3f2961d # Parent 65332500612d25b7df8f129f5b16af96f8964e60 small css fixes diff --git a/rhodecode/public/css/diff.css b/rhodecode/public/css/diff.css --- a/rhodecode/public/css/diff.css +++ b/rhodecode/public/css/diff.css @@ -62,7 +62,6 @@ table.code-difftable td { .code-difftable .lineno{ background:none repeat scroll 0 0 #EEEEEE !important; - border-right:1px solid #DDDDDD; padding-left:2px; padding-right:2px; text-align:right; @@ -70,6 +69,12 @@ table.code-difftable td { -moz-user-select:none; -webkit-user-select: none; } +.code-difftable .new { + border-right: 1px solid #CCC !important; +} +.code-difftable .old { + border-right: 1px solid #CCC !important; +} .code-difftable .lineno pre{ color:#747474 !important; font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; @@ -78,7 +83,8 @@ table.code-difftable td { width:20px; } .code-difftable .lineno a{ - color:#0000CC !important; +font-weight: 700; +cursor: pointer; } .code-difftable .code td{ margin:0;