# HG changeset patch # User Marcin Kuzminski # Date 2011-12-09 23:06:15 # Node ID e8caed09399499e31b963c0a1755b91db2e1227a # Parent c83d3d42ab92f224a27e404d262027f3f3b3b492 diff line numbers fix diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -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; }