mmengine/docs/en/_static/css/readthedocs.css
Mashiro 288a7f4abc [Docs] Update two-column table wrapper (#726)
* update two-column table wrapper

* update chinese
2022-12-06 17:22:02 +08:00

18 lines
333 B
CSS

table.colwidths-auto td {
width: 50%
}
.header-logo {
background-image: url("../image/mmengine-logo.png");
background-size: 130px 40px;
height: 40px;
width: 130px;
}
.two-column-table-wrapper {
width: 50%;
max-width: 300px;
overflow-x: auto;
}
.two-column-table-wrapper .highlight {
width: 1500px
}