From 2acb80bcf1715a1bc1be3208d3fb39f86a756fef Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 4 Feb 2015 12:23:09 +0000 Subject: [PATCH] changed the width of the user icon in the side-bar --- codepot/src/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codepot/src/css/common.css b/codepot/src/css/common.css index 3b2a4061..5ced38c9 100644 --- a/codepot/src/css/common.css +++ b/codepot/src/css/common.css @@ -494,7 +494,7 @@ pre.prettyprint li.L9 { background: #eee } .content .sidebar .box .user_icon_img { height: 2em; - width: auto; + width: 2em; vertical-align: middle; padding-top: 1px; padding-bottom: 1px;