readthedocs.css 167 Bytes
Newer Older
1
2
3
4
5
.header-logo {
    background-image: url("../images/logo.png");
    background-size: 150px 40px;
    height: 40px;
    width: 150px;
Ruilong Li(李瑞龙)'s avatar
Ruilong Li(李瑞龙) committed
6
7
8
}
code {
    word-break: normal;
9
}