Changeset - a41bb4005608
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-12-07 02:54:54
marcin@python-works.com
small css fixes
1 file changed with 8 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/diff.css
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)