VRFS-930 Musician fixes

This commit is contained in:
Daniel Weigh 2014-01-26 13:25:34 -05:00
parent 31a18a1f95
commit 7a782c2197
2 changed files with 1 additions and 23 deletions

View File

@ -35,28 +35,6 @@
padding-right: 5px;
padding-left: 5px;
#result_instruments {
font-weight: normal;
> img {
margin-right: 4px;
height:24px;
width:24px;
}
}
.result-name {
font-size: 12px;
font-weight: bold;
margin-bottom: 2px;
}
.stats {
margin-top: 4px;
img {
vertical-align: middle;
}
}
.lcol {
width: 148px;
}
table.musicians {
margin-top:12px;
}

View File

@ -37,7 +37,7 @@
<!-- name & location -->
<div class="result-name">{musician_name}</div>
<div class="result-location">{musician_location}</div>
<div id="result_instruments" class="nowrap mt10">{instruments}</div>
<div id="result_instruments" class="instruments nowrap mt10">{instruments}</div>
</div>
<div class="whitespace">
<div class="biography">{biography}</div>