Skip to content

Commit

Permalink
Settings - Profile headline redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen committed May 16, 2009
1 parent b0f5af0 commit 467d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/library/php_microformats.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function phpMicroformats() {
$result .= '<div class="vcard">'."\n";

// name
$result .= '<span class="fn">'.$data['fn'].'</span>'."\n";
$result .= '<span class="fn"><p style="font-size:1.4em;font-weight:bold;">'.$data['fn'].'<br /></p></span>'."\n\n";

// email
//$result .= '<span>Email: <a class="fn email" href="mailto:'.$data['email'].'">'.$data['email'].'</a></span>'."\n";
Expand Down

0 comments on commit 467d494

Please sign in to comment.