From 71c8ceef5ac5a474617c176a0d1359d6eebe49aa Mon Sep 17 00:00:00 2001 From: yamanq Date: Tue, 3 Feb 2015 13:06:11 -0500 Subject: [PATCH] fix view of tabs on chromebooks --- chromebook-checkout-meteor/client/tabs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chromebook-checkout-meteor/client/tabs.css b/chromebook-checkout-meteor/client/tabs.css index a3cfffb..49178df 100644 --- a/chromebook-checkout-meteor/client/tabs.css +++ b/chromebook-checkout-meteor/client/tabs.css @@ -8,7 +8,7 @@ font-weight: 600; font-size: 13px; float: left; - padding: 13px 23.24%; + padding: 13px 23.2%; border-bottom: 5px solid #ddd; list-style: none; cursor: pointer; @@ -37,4 +37,4 @@ overflow: auto; min-height: 425px; max-height: 425px; -} \ No newline at end of file +}