Changeset - e8caed093994
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-12-10 00:06:15
marcin@python-works.com
diff line numbers fix
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -3712,7 +3712,7 @@ table.code-difftable .lineno{
 
    padding-left:2px;
 
    padding-right:2px;
 
    text-align:right;
 
    width:30px;
 
    width:32px;
 
    -moz-user-select:none;
 
    -webkit-user-select: none;
 
    border-right: 1px solid #CCC !important;
 
@@ -3731,8 +3731,6 @@ table.code-difftable .lineno a{
 
    font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
 
    letter-spacing:-1px;
 
    text-align:right;
 
    float:right;
 
    width:20px;
 
    padding-right: 2px;
 
    cursor: pointer;
 
}
0 comments (0 inline, 0 general)