From 28b61e7dcb9a985f8096940eeb42f7194b86774c Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Tue, 20 Dec 2016 14:13:46 +0100 Subject: [PATCH] Remove tabs --- src/index.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/index.css b/src/index.css index f74a7fd..23d607a 100644 --- a/src/index.css +++ b/src/index.css @@ -18,23 +18,3 @@ color: rgb(142, 142, 142) !important; box-shadow: none !important; } - -ul.tabs-menu { - list-style-type: none; - margin: 0; - padding: 0; -} - -li.tabs-menu-item { - display: inline-block; - color: rgb(142, 142, 142); - font-size: 10px; - background-color: rgb(28, 31, 36); - padding: 5px; - margin-right: 3px; -} - -li.tabs-menu-item:hover { - background-color: rgb(28, 31, 32); - cursor: pointer; -}