diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php index 08baf2a2..c8c1788a 100644 --- a/codepot/src/codepot/views/project_home.php +++ b/codepot/src/codepot/views/project_home.php @@ -97,7 +97,7 @@ $this->load->view ( if ($icon_image) { $icon_src = sprintf ( - ' ', + ' ', mime_content_type($icon_path), base64_encode($icon_image) ); diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index 0d248c1a..7ba51642 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -484,6 +484,11 @@ pre.prettyprint li.L9 { background: #eee } -moz-border-radius-topright:2px; } +.content .sidebar .box .user_icon_img { + height: 2em; + vertical-align: middle; +} + .content .sidebar .boxtitle { /* title of an infobox */ font-weight:bold;