From 7171c47656612826bd615bd3d8f77904fb04f4c5 Mon Sep 17 00:00:00 2001
From: Anton Georgiev <anto.georgiev@gmail.com>
Date: Tue, 21 Apr 2015 21:42:34 +0000
Subject: [PATCH] cleaning up

---
 bigbluebutton-html5/app/client/stylesheets/chat.less       | 1 -
 bigbluebutton-html5/app/client/views/users/users_list.html | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/bigbluebutton-html5/app/client/stylesheets/chat.less b/bigbluebutton-html5/app/client/stylesheets/chat.less
index 97e79f03f1..c74b65460f 100755
--- a/bigbluebutton-html5/app/client/stylesheets/chat.less
+++ b/bigbluebutton-html5/app/client/stylesheets/chat.less
@@ -84,7 +84,6 @@
   }
   @media @desktop-portrait {
     height: 25px;
-    font-size: 2vh;
   }
   @media @mobile-portrait, @mobile-portrait-with-keyboard {
     font-size: 4vw;
diff --git a/bigbluebutton-html5/app/client/views/users/users_list.html b/bigbluebutton-html5/app/client/views/users/users_list.html
index 2e87a43c66..b245379dcb 100755
--- a/bigbluebutton-html5/app/client/views/users/users_list.html
+++ b/bigbluebutton-html5/app/client/views/users/users_list.html
@@ -1,6 +1,6 @@
 <template name="usersList">
 	<div id="{{id}}" {{visibility name}} class="component">
-		<h3 class="title gradientBar"><span class="glyphicon glyphicon-user heading" style="margin-right:5px;"></span> {{getInfoNumberOfUsers}} </h3>
+		<h3 class="title gradientBar"><span class="glyphicon glyphicon-user heading"></span> {{getInfoNumberOfUsers}} </h3>
 
 		<div id="user-contents">
 			<div class="userlist ScrollableWindowY">
-- 
GitLab