Show More
@@ -255,7 +255,7 b' table.code-difftable {' | |||
|
255 | 255 | |
|
256 | 256 | /** LINE NUMBERS **/ |
|
257 | 257 | .lineno { |
|
258 | padding-left: 2px; | |
|
258 | padding-left: 2px !important; | |
|
259 | 259 | padding-right: 2px; |
|
260 | 260 | text-align: right; |
|
261 | 261 | width: 32px; |
@@ -32,10 +32,14 b' div.diffblock.margined.comm tr {' | |||
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | .comment-toggle { |
|
35 | width: 20px; | |
|
35 | position: relative; | |
|
36 | 36 | color: @rcblue; |
|
37 | ||
|
37 | 38 | .icon-comment{ |
|
38 | display: inline-block; | |
|
39 | position: absolute; | |
|
40 | top: 2px; | |
|
41 | left: 0; | |
|
42 | z-index: 100; | |
|
39 | 43 | visibility: hidden; |
|
40 | 44 | } |
|
41 | 45 |
General Comments 0
You need to be logged in to leave comments.
Login now