diff --git a/blog/authors/index.php b/blog/authors/index.php index 2c2dba7..b663cbd 100644 --- a/blog/authors/index.php +++ b/blog/authors/index.php @@ -45,10 +45,10 @@ if (file_exists($dir) && is_dir($dir) ) { $link_title = str_replace($_replace,'',$link_title); if (file_exists($file."/pfp.png")){ $pfp_path = "$file/pfp.png"; + echo("
\n");//Output the result. } else { - $pfp_path = ""; + echo("\n");//Output the result. } - echo("\n");//Output the result. } } else { echo ""; diff --git a/common/css/styles.css b/common/css/styles.css index defaf25..a218c85 100644 --- a/common/css/styles.css +++ b/common/css/styles.css @@ -125,6 +125,14 @@ img{ img.center_align{ vertical-align:middle; } +img.pfp { + vertical-align: middle; + width: 25px; + height: 25px; + border-radius: 25px; + border-style: solid; + border-width: 1px; +} .top{ max-width: 100vw; float: left;