From 88dbc7685d79600991177925ae7ac6be05600e9f Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Sun, 11 Jan 2015 17:03:55 -0500 Subject: [PATCH] cleaned up code --- chromebook-checkout-meteor/client/tabs.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/chromebook-checkout-meteor/client/tabs.css b/chromebook-checkout-meteor/client/tabs.css index a165a9d..8842264 100644 --- a/chromebook-checkout-meteor/client/tabs.css +++ b/chromebook-checkout-meteor/client/tabs.css @@ -1,14 +1,10 @@ -.tabs-container - .tabs-list, -.dynamicTabs-container .tabs-list { +.tabs-list { text-align: center; width: 100%; margin: 0; padding: 0; } -.tabs-container - .tabs-list .tab-item, -.dynamicTabs-container .tabs-list .tab-item { +.tab-item { font-weight: 600; font-size: 13px; float: left; @@ -17,9 +13,7 @@ list-style: none; cursor: pointer; } -.tabs-container - .tabs-list .tab-item.active, -.dynamicTabs-container .tabs-list .tab-item.active { +.tab-item.active { border-radius: top 5px; border: 1px solid #ddd; border-bottom: none;