web-2/wildfly/docs/licenses/licenses.css

22 lines
256 B
CSS
Raw Normal View History

2024-10-15 03:01:27 +03:00
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid navy;
}
th {
text-align: left;
background-color: #BCC6CC;
}
th, td {
padding: 2px;
text-align: left;
}
tr:nth-child(even) {
background-color: #f2f2f2;
}