mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-28 22:21:58 +00:00
- Changed color on (previously) white lines on the left/right of profiles.
This commit is contained in:
parent
1f0b051855
commit
690cc2cafc
2 changed files with 3 additions and 3 deletions
|
@ -682,11 +682,11 @@ fieldset.polls dd div {
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.postprofile {
|
.postprofile {
|
||||||
color: #999a9a;
|
color: #999a9a;
|
||||||
border-left-color: #FFFFFF;
|
border-left-color: #7ca1bf;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .postprofile {
|
.rtl .postprofile {
|
||||||
border-right-color: #FFFFFF;
|
border-right-color: #7ca1bf;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -296,7 +296,7 @@ div[class].topic-actions {
|
||||||
|
|
||||||
.leftprofile .postbody {
|
.leftprofile .postbody {
|
||||||
float: right;
|
float: right;
|
||||||
border-left: 1px solid #FFFFFF;
|
border-left: 1px solid #7ca1bf;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue