From 6f391052dc990bb0cabffb612ec4df2d5464bbd8 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Sat, 1 Nov 2014 21:30:37 -0700
Subject: [PATCH] mobile user profile page tweak

---
 app/assets/stylesheets/mobile/user.scss | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss
index cf8863a2f..aabdf5e26 100644
--- a/app/assets/stylesheets/mobile/user.scss
+++ b/app/assets/stylesheets/mobile/user.scss
@@ -343,15 +343,12 @@
 
     .controls {
       width: 40%;
+      float:right;
       ul {list-style-type: none;}
       a {
         padding: 5px 10px;
         width: 140px;
         margin-bottom: 10px;
-        }
-
-      .right {
-        float: right;
       }
     }
   }