/* 文章详情页局部样式（由 article_page.html 引入） */

.bg-light {
    background-color: white !important;
}

.bootstrap-tagsinput {
    border: 0px;
    box-shadow: 0 0 0 0;
}

.article-link ul li {
    display: inline-block;
    font-size: 14px;
    list-style: none;
}

.article-link ul li a {
    color: #555;
}

/* Markdown / 富文本内图片不撑破栏宽 */
#article-content img {
    max-width: 100%;
    height: auto;
}

.list-group a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
