Add row borders to builds page

This commit is contained in:
Stéphane Bidoul 2021-11-21 00:46:38 +01:00
parent d7ed2c0228
commit 2052be3b01
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -8,6 +8,9 @@
.row {
display: flex;
flex-direction: row;
border-style: none none solid none;
border-width: thin;
border-color: lightgray;
}
runboat-build {
margin: 0.25em;