mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added border-right to table cells
This commit is contained in:
parent
8acdc2fd14
commit
f4794df070
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ table {
|
|||
border-collapse: collapse;
|
||||
}
|
||||
td {
|
||||
border-top: 1px solid #ccc;
|
||||
border-top: 1px solid #aaa;
|
||||
border-right: 1px solid #eee;
|
||||
padding: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue