Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
7dd52e7e59
commit
c856d1ed40
1 changed files with 0 additions and 28 deletions
|
@ -127,34 +127,6 @@
|
|||
.code { color: #000000; font-family: 'Courier New', monospace; }
|
||||
code { color: #000000; font-family: 'Courier New', monospace; }
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
border: 2px solid black; /* 2px border around the table */
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid black; /* 1px lines for cells and header */
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: white; /* White background for header */
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #d5e3f3; /* Blue for even rows */
|
||||
}
|
||||
|
||||
tr:nth-child(odd) {
|
||||
background-color: white; /* White for odd rows */
|
||||
}
|
||||
|
||||
th:empty {
|
||||
display: none; /* This will make an empty header cell vanish */
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
|
|
Loading…
Reference in a new issue