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 */
#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;
}
......
/* 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;
}
......
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