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:
Daniel Gimmer 2017-01-11 19:49:08 +01:00 committed by Rachael Alexanderson
parent b773d0c6b4
commit 685528c3c1

View file

@ -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;