Fixed #5791 (move gravatar to left).
This commit is contained in:
parent
037977bbc4
commit
43e57e38b8
1 changed files with 2 additions and 2 deletions
|
|
@ -126,17 +126,17 @@ pre {
|
|||
.avatar {
|
||||
display: none;
|
||||
image-rendering: optimizeQuality;
|
||||
margin-left: 2px;
|
||||
}
|
||||
.avatar[src^=file], .avatar[src^=http] {
|
||||
display: inline;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
float: right;
|
||||
float: left;
|
||||
}
|
||||
.email.hide .header_container .avatar {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.email .body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue