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