mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 06:31:50 +00:00
Removed the white line seperators between the columns
"Topics", "Replies" and so on, it's visually not necessary to distuingish the end and start of a new column but instead only distracts from the content.
This commit is contained in:
parent
b773d0c6b4
commit
685528c3c1
1 changed files with 3 additions and 3 deletions
|
@ -378,9 +378,9 @@ ul.topiclist li {
|
|||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
/* ul.topiclist dd {
|
||||
border-left-color: #31393f;
|
||||
} */
|
||||
ul.topiclist dd {
|
||||
border-left: 0px solid #000000;
|
||||
}
|
||||
|
||||
.rtl ul.topiclist dd {
|
||||
border-right-color: #31393f;
|
||||
|
|
Loading…
Reference in a new issue