- Changed color on (previously) white lines on the left/right of profiles.

This commit is contained in:
Accensus 2017-06-20 13:09:25 +03:00
parent 1f0b051855
commit 690cc2cafc
2 changed files with 3 additions and 3 deletions

View file

@ -682,11 +682,11 @@ fieldset.polls dd div {
----------------------------------------*/
.postprofile {
color: #999a9a;
border-left-color: #FFFFFF;
border-left-color: #7ca1bf;
}
.rtl .postprofile {
border-right-color: #FFFFFF;
border-right-color: #7ca1bf;
border-left-color: transparent;
}

View file

@ -296,7 +296,7 @@ div[class].topic-actions {
.leftprofile .postbody {
float: right;
border-left: 1px solid #FFFFFF;
border-left: 1px solid #7ca1bf;
padding-left: 10px;
}