druid-docs-cn/styles/website.css

17 lines
204 B
CSS
Raw Normal View History

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