moved to using border for flexbox

This commit is contained in:
Heydon Pickering 2017-08-16 11:36:48 +01:00
parent 4b41c97d11
commit 5cfde5966c
3 changed files with 9 additions and 11 deletions

View File

@ -196,18 +196,17 @@ th:empty {
.tested {
text-align: center;
border: 1px solid #111;
}
.tested tr {
display: flex;
flex-flow: row wrap;
display: flex;
flex-flow: row wrap;
}
.tested td, .tested th {
vertical-align: middle;
overflow: hidden;
flex: 1 0 auto;
border: 0;
outline: 2px solid;
outline-offset: -1px;
border: 1px solid #111;
}
.tested th {
width: 100%;

File diff suppressed because one or more lines are too long

View File

@ -196,18 +196,17 @@ th:empty {
.tested {
text-align: center;
border: 1px solid #111;
}
.tested tr {
display: flex;
flex-flow: row wrap;
display: flex;
flex-flow: row wrap;
}
.tested td, .tested th {
vertical-align: middle;
overflow: hidden;
flex: 1 0 auto;
border: 0;
outline: 2px solid;
outline-offset: -1px;
border: 1px solid #111;
}
.tested th {
width: 100%;