fix display of channel timestamps

This commit is contained in:
Lee Lawlor
2014-04-10 22:06:03 -04:00
parent 6ff22048b4
commit 68ddc6012c
6 changed files with 112 additions and 9 deletions

View File

@@ -2,8 +2,9 @@
font-family: sans-serif;
margin: 4px;
}
.timeago {
font-size: 0.8em;
.timeago {
font-size: 0.8em;
color: #ccc;
margin-left:10px;
}
}