Add a border between channels in renderer

This commit is contained in:
chylex 2016-10-30 16:48:13 +01:00
parent 4b5323d152
commit f8ae7ea42c

View File

@ -54,6 +54,7 @@ body {
padding: 10px 12px;
color: #eee;
font-size: 15px;
border-bottom: 1px solid #333333;
}
#channels > div:hover, #channels > div.active {