Fix light theme comment border color

This commit is contained in:
Jiiks 2015-12-18 18:34:47 +02:00
parent 2eeadd4c3c
commit 9d340b41d1
2 changed files with 7 additions and 2 deletions

View File

@ -315,10 +315,15 @@
}
.bd-minimal .comment {
border-left:2px solid #303030;
border-left:2px solid #EBEBEB;
padding-left:2px;
}
.bd-minimal .theme-dark .comment {
border-left:2px solid #303030;
}
.bd-minimal .user-name {
font-size:small;
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long