mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
* [Docs] Refactor the api structures of docs * refine api structures of docs * Update zh_cn * update branch
11 lines
181 B
CSS
11 lines
181 B
CSS
.header-logo {
|
|
background-image: url("../image/mmcv-logo.png");
|
|
background-size: 85px 40px;
|
|
height: 40px;
|
|
width: 85px;
|
|
}
|
|
|
|
table.colwidths-auto td {
|
|
width: 50%
|
|
}
|