Merge pull request #480 from fkloft/signout
Always show "sign out" link in IITCm.
This commit is contained in:
@ -399,7 +399,7 @@ h2 #stats {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
h2 #signout {
|
||||
#signout {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
line-height: 29px;
|
||||
@ -410,6 +410,9 @@ h2 #signout {
|
||||
background-color: rgba(8, 48, 78, 0.5);
|
||||
display: none; /* starts hidden */
|
||||
}
|
||||
#name:hover #signout {
|
||||
display: block;
|
||||
}
|
||||
|
||||
h2 sup, h2 sub {
|
||||
display: block;
|
||||
|
Reference in New Issue
Block a user