changed class of visible test under profle, was picking up styling for buttons

This commit is contained in:
Devlon Duthie 2011-09-25 14:20:25 -05:00
parent bbaec4cb78
commit f96d8fba3a
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<div class="profile-listing" >
<div class="profile-listing-photo-wrapper" >
<a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="$alt" /></a>
</div>
<div class="profile-listing-photo-end"></div>
<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div>
<div class='profile-visible'>$visible</div>
</div>
<div class="profile-listing-end"></div>