templates/web/index.html in mad_chatter-0.3.0 vs templates/web/index.html in mad_chatter-0.3.1
- old
+ new
@@ -33,11 +33,11 @@
<button id="join" class="btn">Join</button>
</form>
</div>
</div>
- <div id="chat_wrapper hide">
+ <div id="chat_wrapper" style="display:none">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="brand" href="#">Mad Chatter</a>
@@ -45,20 +45,20 @@
<p id="users-nav" class="navbar-text pull-right hide">Who's Here?</p>
</div>
</div>
</div>
- <div data-channel="lobby" class="channel container-fluid hide">
+ <div data-channel="lobby" class="channel container-fluid" style="display:none">
<h2>Rooms</h2>
<ul id="channels"></ul>
<p class="create_room" style="display:none">
It doesn't look like there are any rooms here.
Why don't you create one? <button class="btn btn-large">Create a Room</button>
</p>
</div>
- <div id="channel_template" class="channel container-fluid hide">
+ <div id="channel_template" class="channel container-fluid" style="display:none">
<div class="users-list hide">
<ul class="users"></ul>
</div>
@@ -66,10 +66,10 @@
<div class="new_message well row-fluid">
<div class="span10">
<input type="text"></input>
</div>
- <div class="btn-toolbar span2" style="margin-top:0">
+ <div class="btn-toolbar span2">
<div class="share btn-group">
<a class="send_message btn" href="#">Share</a>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<span class="caret"></span>
</a>