Add gravatar to profile page. Attempt to make profile look nicer.
This commit is contained in:
parent
d504e5e914
commit
4e07bf00fd
6 changed files with 116 additions and 47 deletions
|
|
@ -611,3 +611,8 @@ a.black
|
|||
.label.adminlabel.public { background-color: green !important};
|
||||
.label.adminlabel.hidden { background-color: blue !important};
|
||||
.label.adminlabel.unapproved { background-color: orange !important};
|
||||
|
||||
.gravatar {
|
||||
border-radius: 50%;
|
||||
width: 120px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue