From 207730bf63de6c4c67454d0c3352379f05b9de52 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Dec 2017 00:22:33 +0100 Subject: [PATCH] Css --- htdocs/theme/eldy/style.css.php | 2 +- htdocs/theme/md/style.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index da830a05441..2ec397adc40 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2126,7 +2126,7 @@ div.tabsElem { margin-top: 1px; } /* To avoid overlap of tabs when not browser */ div.tabsElem a { - font-weight: normal !important; + /* font-weight: normal !important; */ } div.tabBar { color: #; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 65b8c2c1a35..53d5f580e04 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2201,7 +2201,7 @@ a.tabTitle { a.tab:link, a.tab:visited, a.tab:hover, a.tab#active { font-family: ; - padding: 7px 9px 7px; + padding: 12px 9px 12px; margin: 0em 0.2em; text-decoration: none; white-space: nowrap;