From 2a6afba56e07f80626026b469e42c78abb0e35dc Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sat, 25 Jul 2015 07:58:39 -0500 Subject: [PATCH] Fix indentation to match the rest of the file --- app/assets/stylesheets/mobile.css.scss | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/mobile.css.scss b/app/assets/stylesheets/mobile.css.scss index b601f49e..8d3e25fd 100644 --- a/app/assets/stylesheets/mobile.css.scss +++ b/app/assets/stylesheets/mobile.css.scss @@ -295,13 +295,12 @@ div.note_wrapper p { } .btn { - padding: 8px 8px; - border-radius: 5px; - background-image: none; - display: inline-block; - white-space: none; - border: 1px solid transparent; - background-color: #999999; - color: white; + padding: 8px 8px; + border-radius: 5px; + background-image: none; + display: inline-block; + white-space: none; + border: 1px solid transparent; + background-color: #999999; + color: white; } -