fix code padding, some translation
This commit is contained in:
parent
bc8c378f90
commit
0b0646faa3
|
@ -372,6 +372,10 @@ pre:not(.chroma) {
|
||||||
background: themed('content-pre-header-background-color');
|
background: themed('content-pre-header-background-color');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight > .chroma {
|
.highlight > .chroma {
|
||||||
|
|
|
@ -56,13 +56,13 @@ other = "消息"
|
||||||
other = "发送"
|
other = "发送"
|
||||||
|
|
||||||
[tooltip-home]
|
[tooltip-home]
|
||||||
other = "Home"
|
other = "主页"
|
||||||
|
|
||||||
[tooltip-written]
|
[tooltip-written]
|
||||||
other = "Written At"
|
other = "创建日期"
|
||||||
|
|
||||||
[tooltip-modified]
|
[tooltip-modified]
|
||||||
other = "Modified At"
|
other = "更新日期"
|
||||||
|
|
||||||
[tooltip-reading-time]
|
[tooltip-reading-time]
|
||||||
other = "Reading Time"
|
other = "阅读时长"
|
Loading…
Reference in New Issue