From d1e727ff2a4b59de7338c1a26ea06da61a55fe82 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Date: Wed, 10 Jul 2019 10:14:28 +0200 Subject: [PATCH] fix mensa css --- panels/mensaPlan/style.css | 8 ++++---- panels/mensaPlan/style.less | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/panels/mensaPlan/style.css b/panels/mensaPlan/style.css index d353b02..2d987b4 100644 --- a/panels/mensaPlan/style.css +++ b/panels/mensaPlan/style.css @@ -1,15 +1,15 @@ /* Table */ -#mensaPlanTable { +#mensaPlanTable1 { font-weight: bold; } -#mensaPlanTable td { +#mensaPlanTable1 td { border-bottom: solid 2px black; } -#mensaPlanTableHead { +#mensaPlanTable1Head { background-color: #0000f0; color: #000000; } -#mensaPlanTableBody { +#mensaPlanTable1Body { background-color: #ffffff; color: #000000; } diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less index 04b1d52..f1ef97f 100644 --- a/panels/mensaPlan/style.less +++ b/panels/mensaPlan/style.less @@ -1,17 +1,17 @@ /* Table */ -#mensaPlanTable { +#mensaPlanTable1 { font-weight: bold; td { border-bottom: solid 2px black; } } -#mensaPlanTableHead { +#mensaPlanTable1Head { background-color: #0000f0; color: #000000; } -#mensaPlanTableBody { +#mensaPlanTable1Body { background-color: #ffffff; color: #000000; } -- GitLab