Merge pull request #480 from fkloft/signout

Always show "sign out" link in IITCm.
This commit is contained in:
Jon Atkins
2013-09-09 23:43:44 -07:00
3 changed files with 8 additions and 7 deletions

View File

@ -76,6 +76,10 @@ body {
background-color: #00c5ff !important;
}
#name #signout { /* no hover, always show signout button */
display: block;
}
#sidebar, #chatcontrols, #chat, #chatinput {
background: #0B3351 !important;
}