mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
16 lines
261 B
CSS
16 lines
261 B
CSS
@import 'https://media.readthedocs.org/css/sphinx_rtd_theme.css';
|
|
|
|
.wy-nav-content {
|
|
max-width: 1020px
|
|
}
|
|
|
|
.rst-content .topic {
|
|
border: silver 1px solid;
|
|
margin: 10px auto;
|
|
padding: 10px;
|
|
}
|
|
|
|
.rst-content .highlight>pre {
|
|
line-height: 1.5;
|
|
}
|