Add row borders to builds page
This commit is contained in:
parent
d7ed2c0228
commit
2052be3b01
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
||||||
.row {
|
.row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
border-style: none none solid none;
|
||||||
|
border-width: thin;
|
||||||
|
border-color: lightgray;
|
||||||
}
|
}
|
||||||
runboat-build {
|
runboat-build {
|
||||||
margin: 0.25em;
|
margin: 0.25em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue