Skip to content

Instantly share code, notes, and snippets.

@retlet
Created April 15, 2010 11:20
Show Gist options
  • Save retlet/366988 to your computer and use it in GitHub Desktop.
Save retlet/366988 to your computer and use it in GitHub Desktop.
html:not([channelname$="@t"]) .avatar,
html[channelname="#console@t"] .avatar {
display: none !important;
}
.avatar {
display: inline;
width: 24px;
height: 24px;
margin-right: 3px;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment