Show More
@@ -62,7 +62,6 table.code-difftable td { | |||||
62 |
|
62 | |||
63 | .code-difftable .lineno{ |
|
63 | .code-difftable .lineno{ | |
64 | background:none repeat scroll 0 0 #EEEEEE !important; |
|
64 | background:none repeat scroll 0 0 #EEEEEE !important; | |
65 | border-right:1px solid #DDDDDD; |
|
|||
66 | padding-left:2px; |
|
65 | padding-left:2px; | |
67 | padding-right:2px; |
|
66 | padding-right:2px; | |
68 | text-align:right; |
|
67 | text-align:right; | |
@@ -70,6 +69,12 table.code-difftable td { | |||||
70 | -moz-user-select:none; |
|
69 | -moz-user-select:none; | |
71 | -webkit-user-select: none; |
|
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 | .code-difftable .lineno pre{ |
|
78 | .code-difftable .lineno pre{ | |
74 | color:#747474 !important; |
|
79 | color:#747474 !important; | |
75 | font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; |
|
80 | font:11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; | |
@@ -78,7 +83,8 table.code-difftable td { | |||||
78 | width:20px; |
|
83 | width:20px; | |
79 | } |
|
84 | } | |
80 | .code-difftable .lineno a{ |
|
85 | .code-difftable .lineno a{ | |
81 | color:#0000CC !important; |
|
86 | font-weight: 700; | |
|
87 | cursor: pointer; | |||
82 | } |
|
88 | } | |
83 | .code-difftable .code td{ |
|
89 | .code-difftable .code td{ | |
84 | margin:0; |
|
90 | margin:0; |
General Comments 0
You need to be logged in to leave comments.
Login now