diff options
-rw-r--r-- | website/mic/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/mic/index.html b/website/mic/index.html index 6a8adc6..ffe054d 100644 --- a/website/mic/index.html +++ b/website/mic/index.html @@ -67,9 +67,9 @@ </div> </div> </div> - <div class="row" hide" id="audiojoin"> + <div class="row" hide id="audiojoin"> <span class="label label-info" id="you"></span> - <div class="col-md-12" id="controls"> + <div class="col-md-6" id="controls"> <div class="input-group margin-bottom-md hide" id="registernow"> <span class="input-group-addon">@</span> <input class="form-control" type="text" placeholder="Choose a display name" autocomplete="off" id="username" onkeypress="return checkEnter(this, event);"></input> |