34 lines
560 B
CSS
34 lines
560 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%
|
|
}
|
|
|
|
img.align-center {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|