Skip to content
Snippets Groups Projects
Verified Commit d1e727ff authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

fix mensa css

parent ce94c7f5
No related branches found
No related tags found
No related merge requests found
/* Table */ /* Table */
#mensaPlanTable { #mensaPlanTable1 {
font-weight: bold; font-weight: bold;
} }
#mensaPlanTable td { #mensaPlanTable1 td {
border-bottom: solid 2px black; border-bottom: solid 2px black;
} }
#mensaPlanTableHead { #mensaPlanTable1Head {
background-color: #0000f0; background-color: #0000f0;
color: #000000; color: #000000;
} }
#mensaPlanTableBody { #mensaPlanTable1Body {
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000000;
} }
......
/* Table */ /* Table */
#mensaPlanTable { #mensaPlanTable1 {
font-weight: bold; font-weight: bold;
td { td {
border-bottom: solid 2px black; border-bottom: solid 2px black;
} }
} }
#mensaPlanTableHead { #mensaPlanTable1Head {
background-color: #0000f0; background-color: #0000f0;
color: #000000; color: #000000;
} }
#mensaPlanTableBody { #mensaPlanTable1Body {
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000000;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment