druid-docs-cn/styles/website.css

17 lines
204 B
CSS
Raw Normal View History

2020-03-24 14:04:29 +08:00
.atoc {
2020-03-26 17:17:52 +08:00
top: 50px;
max-height: 400px;
overflow: auto;
2020-03-28 17:31:45 +08:00
}
pre[class*="language-"] {
max-height: 500px;
2020-04-07 13:43:49 +08:00
}
.markdown-section table{
display: block;
}
2020-04-08 09:26:42 +08:00
.atoc li{
margin: 0 20px 0 0;
2020-03-24 13:56:33 +08:00
}