##// END OF EJS Templates
small css fixes
marcink -
r815:a41bb400 beta
parent child Browse files
Show More
@@ -62,7 +62,6 table.code-difftable td {
62 62
63 63 .code-difftable .lineno{
64 64 background:none repeat scroll 0 0 #EEEEEE !important;
65 border-right:1px solid #DDDDDD;
66 65 padding-left:2px;
67 66 padding-right:2px;
68 67 text-align:right;
@@ -70,6 +69,12 table.code-difftable td {
70 69 -moz-user-select:none;
71 70 -webkit-user-select: none;
72 71 }
72 .code-difftable .new {
73 border-right: 1px solid #CCC !important;
74 }
75 .code-difftable .old {
76 border-right: 1px solid #CCC !important;
77 }
73 78 .code-difftable .lineno pre{
74 79 color:#747474 !important;
75 80 font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important;
@@ -78,7 +83,8 table.code-difftable td {
78 83 width:20px;
79 84 }
80 85 .code-difftable .lineno a{
81 color:#0000CC !important;
86 font-weight: 700;
87 cursor: pointer;
82 88 }
83 89 .code-difftable .code td{
84 90 margin:0;
General Comments 0
You need to be logged in to leave comments. Login now