From 605b6f8567bf3ad76f516ce119ccebd0e19492f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Sat, 11 Feb 2017 16:56:46 +0100 Subject: [PATCH] .tabs removed --- static/css/colors.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/static/css/colors.css b/static/css/colors.css index 30d3caa..099cc2c 100644 --- a/static/css/colors.css +++ b/static/css/colors.css @@ -363,31 +363,6 @@ nav li.email a:hover { background: #dd4b39; } - -/*========================================= -Tabs -=========================================== */ - - -ul.tabs li { - border: 1px solid rgba(0, 20, 80, 0.1); - border-right: none; -} - -ul.tabs li:last-child { - border-right: 1px solid rgba(0, 20, 80, 0.1); -} - -ul.tabs li.current { - background: rgba(255, 255, 255, 0.09); -} - -ul.tabs li:before { - background-color: #44d; -} - - - /*=================================================== .flexblock li hover/active ===================================================== */