readthedocs.css 181 Bytes
Newer Older
1
2
3
4
5
6
.header-logo {
    background-image: url("../image/mmcv-logo.png");
    background-size: 85px 40px;
    height: 40px;
    width: 85px;
}
7
8
9
10

table.colwidths-auto td {
    width: 50%
}