1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-04-19 01:56:44 +02:00

add style for line number

This commit is contained in:
lxsang 2020-06-26 16:37:27 +02:00
parent a77c0ffe85
commit cceaf1a288

View File

@ -294,6 +294,6 @@ td.hljs-ln-numbers {
} }
/* for block of code */ /* for block of code */
#container .blogentry .hljs-ln td.hljs-ln-code { .hljs-ln td.hljs-ln-code {
padding-left: 10px; padding-left: 10px;
} }