Created
October 12, 2013 17:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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