mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* Disable auto line-wrap in docs. * Add model_zoo.md and CONTRIBUTING.md in docs. * Revise getting_started.md and install.md * Rewrite finetune.md * Fix typo * Imporve `finetune.md` * Fix `GitHub` link * Fix a small typo.
11 lines
171 B
CSS
11 lines
171 B
CSS
.header-logo {
|
|
background-image: url("../image/mmcls-logo.png");
|
|
background-size: 204px 40px;
|
|
height: 40px;
|
|
width: 204px;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre;
|
|
}
|