mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Improve table style
This commit is contained in:
parent
e2a7f6d8d9
commit
a6b1b79e74
1 changed files with 8 additions and 2 deletions
|
@ -5,8 +5,14 @@
|
|||
}
|
||||
|
||||
table {
|
||||
td {
|
||||
padding: 0 10px 15px 0;
|
||||
border-collapse: collapse;
|
||||
|
||||
th {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
td:first-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue