From 9aea1c04a1815e291990a531931da8d0781c6625 Mon Sep 17 00:00:00 2001
From: root <root@s17944416.onlinehome-server.info>
Date: Sun, 12 Jul 2015 10:06:27 +0200
Subject: [PATCH] haaaeeeeeeesssslich

---
 panels/mensaPlan/style.less    | 12 +++++++++++-
 panels/mensaPlan/template.html |  3 +++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less
index 13af278..dfd8ebb 100755
--- a/panels/mensaPlan/style.less
+++ b/panels/mensaPlan/style.less
@@ -1,3 +1,13 @@
 #mensaPlanTable {
-	color: #ffffff;
+	font-weight: bold;
+}
+
+#mensaPlanTableHead {
+	background-color: #0000f0;
+	color: #000000;
+}
+
+#mensaPlanTableBody {
+	background-color: #ffffff;
+	color: #000000;
 }
diff --git a/panels/mensaPlan/template.html b/panels/mensaPlan/template.html
index b4a3b0c..fb9779e 100755
--- a/panels/mensaPlan/template.html
+++ b/panels/mensaPlan/template.html
@@ -1,5 +1,8 @@
 <table id="mensaPlanTable" style="width:100%;height:100%">
 	<thead id="mensaPlanTableHead">
+		<tr>
+			<th colspan="3">Hauptmensa</th>
+		</tr>
 		<tr>
 			<th>Gericht</th>
 			<th>Art</th>
-- 
GitLab