moved to using border for flexbox
This commit is contained in:
parent
4b41c97d11
commit
5cfde5966c
|
@ -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
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user