mmclassification/docs/en/_static/css/readthedocs.css
wangjiangben-hw dd664ffcd4
[Docs] Add NPU support page. (#1149)
* init readme

* [Docs] Finish the HUAWEI Ascend device support docs.

Co-authored-by: mzr1996 <mzr1996@163.com>
2022-11-01 14:10:18 +08:00

28 lines
477 B
CSS

.header-logo {
background-image: url("../image/mmcls-logo.png");
background-size: 204px 40px;
height: 40px;
width: 204px;
}
pre {
white-space: pre;
}
article.pytorch-article section code {
padding: .2em .4em;
background-color: #f3f4f7;
border-radius: 5px;
}
/* Disable the change in tables */
article.pytorch-article section table code {
padding: unset;
background-color: unset;
border-radius: unset;
}
table.autosummary td {
width: 50%
}