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