From 9b4e47011aa4961baa522a592ddb3f266b26fafb Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 31 Aug 2015 18:59:03 +0200 Subject: [PATCH] remove margin in tabs_ --- html/style-classic.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/style-classic.css b/html/style-classic.css index f52b4a709..647ecc8cc 100644 --- a/html/style-classic.css +++ b/html/style-classic.css @@ -1645,6 +1645,7 @@ ul.tabs { border-bottom: 1px solid #879ed4; padding-left: 2px; list-style: none; + margin-left:2px; } ul.tabs a { display:inline; @@ -1692,7 +1693,7 @@ li.tabs:hover { li.tabs { display:inline; background-color: inherit; - color:inherit;margin-left: 0px; + color:inherit;margin-left: 2px; padding: 15px 7px 0px 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;