mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* Change docs theme to pytorch-theme * Update docs rst * Fix docs title level. * Add static resources * Fix lint
7 lines
140 B
CSS
7 lines
140 B
CSS
.header-logo {
|
|
background-image: url("../image/mmcls-logo.png");
|
|
background-size: 204px 40px;
|
|
height: 40px;
|
|
width: 204px;
|
|
}
|