readthedocs.css 183 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
6
7
8
9
10
.header-logo {
    background-image: url("../images/mmpose-logo.png");
    background-size: 120px 50px;
    height: 50px;
    width: 120px;
}

table.autosummary td {
    width: 35%
}