Show More
@@ -6,7 +6,8 b' div.diffblock .code-header .changeset_he' | |||
|
6 | 6 | // Line select and comment |
|
7 | 7 | div.diffblock.margined.comm tr { |
|
8 | 8 | td { |
|
9 | position: relative; | |
|
9 | // IMPORTANT - never position:relative this as it causes insanely | |
|
10 | // slow rendering | |
|
10 | 11 | } |
|
11 | 12 | |
|
12 | 13 | .add-comment-line { |
@@ -23,9 +24,8 b' div.diffblock.margined.comm tr {' | |||
|
23 | 24 | |
|
24 | 25 | a { |
|
25 | 26 | display: none; |
|
26 | position: absolute; | |
|
27 |
t |
|
|
28 | left: 2px; | |
|
27 | margin-top: 2px; | |
|
28 | margin-left: 2px; | |
|
29 | 29 | color: @grey3; |
|
30 | 30 | } |
|
31 | 31 | } |
General Comments 0
You need to be logged in to leave comments.
Login now