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 { .tested {
text-align: center; text-align: center;
border: 1px solid #111;
} }
.tested tr { .tested tr {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
} }
.tested td, .tested th { .tested td, .tested th {
vertical-align: middle; vertical-align: middle;
overflow: hidden; overflow: hidden;
flex: 1 0 auto; flex: 1 0 auto;
border: 0; border: 1px solid #111;
outline: 2px solid;
outline-offset: -1px;
} }
.tested th { .tested th {
width: 100%; width: 100%;

File diff suppressed because one or more lines are too long

View File

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