Mercurial > public > src > rhodecode
changeset 872:a41bb4005608 beta
small css fixes
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Tue, 07 Dec 2010 02:54:54 +0100 |
parents | 65332500612d |
children | 555b68f94c45 |
files | rhodecode/public/css/diff.css |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/rhodecode/public/css/diff.css Tue Dec 07 01:41:58 2010 +0100 +++ b/rhodecode/public/css/diff.css Tue Dec 07 02:54:54 2010 +0100 @@ -62,7 +62,6 @@ .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 @@ -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 @@ width:20px; } .code-difftable .lineno a{ - color:#0000CC !important; +font-weight: 700; +cursor: pointer; } .code-difftable .code td{ margin:0;