mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
Small adjustment to make tables look better
This commit is contained in:
parent
fd53811fdd
commit
3bdcbd8907
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue