From 9a87392617d8be19d7dcdb81f6d1c74ed75abc58 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 18 Aug 2015 11:13:47 -0700 Subject: [PATCH] fix(lint): Fix linter issues with preferences --- .../preferences/stylesheets/preferences.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal_packages/preferences/stylesheets/preferences.less b/internal_packages/preferences/stylesheets/preferences.less index a28351c9d..092f2e2dc 100644 --- a/internal_packages/preferences/stylesheets/preferences.less +++ b/internal_packages/preferences/stylesheets/preferences.less @@ -45,8 +45,8 @@ body.platform-darwin { } .preferences-wrap { - input[type=checkbox] {margin: 0px 7px 0px 0px; position: relative; top: -1px; } - input[type=radio] {margin: 0px 7px 0px 0px; position: relative; top: -1px; } + input[type=checkbox] {margin: 0 7px 0 0; position: relative; top: -1px; } + input[type=radio] {margin: 0 7px 0 0; position: relative; top: -1px; } select { margin:10px; margin-top:4px; } .platform-darwin-only { @@ -95,7 +95,7 @@ body.platform-darwin { margin-right: 2.5%; .section-body { - padding: 10px 0px 0px 0px; + padding: 10px 0 0 0; .menu { border: solid thin #CCC; @@ -188,9 +188,9 @@ body.platform-darwin { margin-right:12.5%; .shortcut { - padding: 3px 0px; + padding: 3px 0; &.shortcut-select { - padding: 5px 0px 20px 0px; + padding: 5px 0 20px 0; select { width: 75%; }