Add source switch

This commit is contained in:
Tom MacWright
2013-01-23 17:19:19 -05:00
parent 1a916ff506
commit 8741e69c10
3 changed files with 40 additions and 7 deletions
+8
View File
@@ -789,6 +789,14 @@ img.tile {
#about { text-align: right;}
.source-switch a {
padding: 2px 5px;
}
.source-switch a.live {
background: #d32232;
color:#fff;
}
#user-list a:not(:last-child):after {
content: ', ';
}