Skip to content

Commit

Permalink
added style to "back to album" button
Browse files Browse the repository at this point in the history
fix for #1090
  • Loading branch information
githubertus authored May 23, 2017
1 parent 7b927d5 commit 3468e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$img = str_replace('profile/photo/', '', $image->value);
?>
<div class="ossn-photo-view">
<a href="<?php echo ossn_site_url("album/profile/{$image->owner_guid}"); ?>"> <?php echo ossn_print('back:to:album'); ?> </a>
<a class="button-grey" href="<?php echo ossn_site_url("album/profile/{$image->owner_guid}"); ?>"> <?php echo ossn_print('back:to:album'); ?> </a>
<br/>
<table border="0" class="ossn-photo-viewer">
<tr>
Expand Down

0 comments on commit 3468e6f

Please sign in to comment.