Small adjustment to make tables look better

This commit is contained in:
nicolas.dorier 2019-11-15 15:22:01 +09:00
parent fd53811fdd
commit 3bdcbd8907
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -88,7 +88,7 @@ html {
.table thead th {
border-bottom: none;
border-top: none;
font-size: 0.95rem;
font-size: 1.0rem;
}
.table th,
@ -96,7 +96,7 @@ html {
display: table-cell;
padding: 8px 12px;
vertical-align: middle;
font-size: 0.85rem;
font-size: 0.92rem;
}
.table tbody tr:hover {