Skip to content

Instantly share code, notes, and snippets.

@dbushong
Created October 12, 2013 17:51
Show Gist options
  • Save dbushong/6952830 to your computer and use it in GitHub Desktop.
Save dbushong/6952830 to your computer and use it in GitHub Desktop.
A userstyle for Stylish for Campfire in a chromeless browser to make it fit better in small spaces
#Container > div.Left {
margin-left: -25px;
width: 87%;
}
#room_title h2#topic { font-size: 8px; }
div#Sidebar { width: 16%; }
#room_title h1#room_name { font-size: 18px; }
#Container > div.speak {
margin-left: -45px;
width: 81%;
}
form#chat_form > table {
width: 100%;
}
td.input {
width: 100%;
}
textarea#input {
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment