インデント表示
Last updated
Unknown
Edit Source
from
/nishio/インデント表示
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
| @media not print {
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: unset !important;
}
.indent-mark span:nth-child(2n+2) .pad {
background: #000;
opacity: 0.07;
}
}
|