Skip to content

Commit

Permalink
This is a fix for #11. The chat room boxes are now 500px wide.
Browse files Browse the repository at this point in the history
  • Loading branch information
thadd committed Dec 1, 2008
1 parent fd863c3 commit 11dd727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/application.css
Expand Up @@ -199,7 +199,7 @@ h1 {
}

.chat_room_box {
width: 300px;
width: 500px;
float: left;
clear: both;
border: 4px solid #777;
Expand Down

0 comments on commit 11dd727

Please sign in to comment.