Make the gravatar etc in the upper left change the mouse cursor.

(imported from commit e1e1c4ef8e13182ff1212cc5182ca0d8e9f71105)
This commit is contained in:
Jeff Arnold 2013-08-23 18:16:27 -04:00 committed by Jeff Arnold
parent 7f1a1dba9d
commit 147362f87d
1 changed files with 2 additions and 0 deletions

View File

@ -316,12 +316,14 @@ a:hover code {
background-repeat: none;
border-radius: 35px;
border: 1px solid #CCC;
cursor: pointer;
}
#my_information {
display: table-cell;
vertical-align: middle;
padding-left: 0.5em;
cursor: pointer;
}
#my_information .my_fullname {