fixed bottom border on last topicrow

v1.18.x
psychobunny 12 years ago
parent 93d7f8d52c
commit bb8d5098e4

@ -100,7 +100,9 @@
cursor: pointer;
border-bottom: 1px solid #eee;
padding: 10px;
}
.topic-container li:last-child {
border-bottom: 0;
}
.topic-container li.topic-row:hover {
background-color: #eee;

Loading…
Cancel
Save