From ce94c7f5e5e6cbe23999dcd93341fed67de1a803 Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Date: Wed, 10 Jul 2019 10:12:34 +0200
Subject: [PATCH] style table cells

---
 panels/mensaPlan/style.css  | 3 +++
 panels/mensaPlan/style.less | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/panels/mensaPlan/style.css b/panels/mensaPlan/style.css
index 7e18a2d..d353b02 100644
--- a/panels/mensaPlan/style.css
+++ b/panels/mensaPlan/style.css
@@ -2,6 +2,9 @@
 #mensaPlanTable {
   font-weight: bold;
 }
+#mensaPlanTable td {
+  border-bottom: solid 2px black;
+}
 #mensaPlanTableHead {
   background-color: #0000f0;
   color: #000000;
diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less
index 329030a..04b1d52 100644
--- a/panels/mensaPlan/style.less
+++ b/panels/mensaPlan/style.less
@@ -1,6 +1,9 @@
 /* Table */
 #mensaPlanTable {
 	font-weight: bold;
+	td {
+	    border-bottom: solid 2px black;
+	}
 }
 
 #mensaPlanTableHead {
@@ -15,4 +18,4 @@
 
 #mensaPlanTitleBar {
 	text-align: center;
-}
\ No newline at end of file
+}
-- 
GitLab