Registrations page

This commit is contained in:
Godwin
2014-07-27 23:14:54 -06:00
parent 9c36cd5576
commit fe107076af
4 changed files with 111 additions and 10 deletions
+15
View File
@@ -491,3 +491,18 @@ ul.tags,
}
}
}
.workshop {
list-style: none;
overflow: auto;
&:target {
background-color: $color-5;
}
}
.registrations .user {
&:target {
background-color: $color-5;
}
}