From aef8af6a8187b8e6357d4c5b45d19aa991962ed9 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <myriam.delaruelle@univ-lorraine.fr> Date: Fri, 4 Apr 2025 10:16:56 +0200 Subject: [PATCH] fix css missing brace --- styles.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/styles.css b/styles.css index 253f563..99b8a09 100644 --- a/styles.css +++ b/styles.css @@ -995,8 +995,6 @@ th.group-column-iena{ font-size: medium; font-size: large; font-weight: 900; - position: relative; - top: 2px; } .iena-icon-distance::after{ @@ -1006,8 +1004,6 @@ th.group-column-iena{ font-size: medium; font-size: large; font-weight: 950; - position: relative; - top: 2px; } @@ -1272,10 +1268,6 @@ border-bottom: 1px solid #dee2e6; margin:0!important; } - -#drawermenu > ul.navbar{ - padding:0; - #iena-search-tag, #iena-filters-tag{ display: none; vertical-align: middle; @@ -1337,5 +1329,4 @@ border-bottom: 1px solid #dee2e6; } @keyframes l13{ 100%{transform: rotate(1turn)} - } \ No newline at end of file -- GitLab