display current events based on track

This commit is contained in:
AnithaPal 2016-09-26 14:46:46 -04:00
parent e82a3e1727
commit 514a88e0be
10 changed files with 56 additions and 39 deletions

View file

@ -90,3 +90,20 @@ p.comment-body {
.changeset{
display: none;
}
#conference-header{
margin: auto;
width: 304px;
.conference-heading{
float: left;
width: 150px;
}
.conference-logo{
float: left;
width: 150px;
img{
width: 100px;
height: 100px;
}
}
}