/**
设置你自己的CSS。例如:
h1 {
border-bottom: 1px solid #ccc;
line-height:1.6;
}
body {
background:#FDFFD0
}
**/
pre code, pre.prettyprint code {
padding: 1.3em 0em 1.3em 2em !important;
}
li {
line-height: 2.0
}
ul {
padding-left: 26px;
}
ol {
-webkit-padding-start: 30px;
}
时间: 2024-10-02 22:23:54