/* 静态文件导入 自定义样式*/

#theme-fukasawa .sideLeft hr{
    opacity: .04;
}
.fa-info:before {
    content: "\f05a";
}

#inline-block-container {
    white-space: nowrap; /* 防止换行 */
}

#footer-bottom-right img, a {
    display: inline-block;
    vertical-align: middle; /* 垂直居中对齐 */
}
