readthedocs.css 186 Bytes
Newer Older
Sugon_ldc's avatar
Sugon_ldc 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.colwidths-auto td {
    width: 50%
}