1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

User profile: Force a perfect circle for the avatar.

This commit is contained in:
Cameron
2016-03-22 04:31:07 -07:00
parent a8250858e3
commit 9cb9f347b1
2 changed files with 2 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ div.bbcode { margin: 15px 0px; clear: both; } /* layout control via bbcodes */
/* User Profile css */
.panel-profile .user-avatar {
max-width: 150px;
max-height: 150px;
margin-top: -90px;
margin-bottom: 15px;
border: 5px solid #fff;