Allow non-square user images
This commit is contained in:
parent
1f7dd79daf
commit
a4af16417b
1 changed files with 4 additions and 4 deletions
|
@ -1422,8 +1422,8 @@ textarea {
|
|||
/* Rules for user images */
|
||||
|
||||
img.user_image {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
max-width: 100px;
|
||||
max-height: 100px;
|
||||
border: 1px solid #ccc;
|
||||
margin-bottom: 20px;
|
||||
float: left;
|
||||
|
@ -1431,8 +1431,8 @@ img.user_image {
|
|||
}
|
||||
|
||||
img.user_thumbnail {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
border: 1px solid #ccc;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue