mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
* fix links of docs * [Docs]: Use shared menu from theme instead * [Refactor]: Refactor the directory structure of docs * [Fix]: Fix lint * [Fix]: Fix __version__.py file link bug Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
7 lines
134 B
CSS
7 lines
134 B
CSS
.header-logo {
|
|
background-image: url("../image/logo.png");
|
|
background-size: 200px 40px;
|
|
height: 40px;
|
|
width: 200px;
|
|
}
|