VRFS-930 Musician fixes
This commit is contained in:
parent
31a18a1f95
commit
7a782c2197
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue