|
|
@ -14,7 +14,7 @@ pre { |
|
|
|
.pre-decompiled code::before { |
|
|
|
.pre-decompiled code::before { |
|
|
|
content: counter(line); |
|
|
|
content: counter(line); |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
width: 2.5em; /* Fixed width */ |
|
|
|
width: 3.5em; /* Fixed width */ |
|
|
|
border-right: 1px solid #ddd; |
|
|
|
border-right: 1px solid #ddd; |
|
|
|
padding: 0 .5em; |
|
|
|
padding: 0 .5em; |
|
|
|
margin-right: .5em; |
|
|
|
margin-right: .5em; |
|
|
|