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

style table cells

parent 560f6721
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
#mensaPlanTable { #mensaPlanTable {
font-weight: bold; font-weight: bold;
} }
#mensaPlanTable td {
border-bottom: solid 2px black;
}
#mensaPlanTableHead { #mensaPlanTableHead {
background-color: #0000f0; background-color: #0000f0;
color: #000000; color: #000000;
......
/* Table */ /* Table */
#mensaPlanTable { #mensaPlanTable {
font-weight: bold; font-weight: bold;
td {
border-bottom: solid 2px black;
}
} }
#mensaPlanTableHead { #mensaPlanTableHead {
...@@ -15,4 +18,4 @@ ...@@ -15,4 +18,4 @@
#mensaPlanTitleBar { #mensaPlanTitleBar {
text-align: center; text-align: center;
} }
\ No newline at end of file
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