Skip to content

Instantly share code, notes, and snippets.

@djones
Created September 10, 2010 00:43
Show Gist options
  • Save djones/572844 to your computer and use it in GitHub Desktop.
Save djones/572844 to your computer and use it in GitHub Desktop.
Userstyle for using Campfire as a minimal Fluid App
/* Use match pattern: * */
#Header, body.chat.with_launchbar div#Header {
top: 0px !important;
}
#launchbar, #corner_logo, #Sidebar, #MainTabs li:nth-last-child(-n+6) {
display: none !important;
}
.Left {
width: 100% !important;
}
.speak {
width: 96% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment