suppression du positionnement tabulaire
This commit is contained in:
parent
a1773bbae9
commit
1f45d141be
3 changed files with 11 additions and 89 deletions
|
@ -9,15 +9,12 @@
|
|||
}
|
||||
|
||||
/* blocks that needs to be placed under floats */
|
||||
.clear,
|
||||
.#{$kna-namespace}line,
|
||||
.#{$kna-namespace}row {
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* blocks that must contain floats */
|
||||
.clearfix,
|
||||
.#{$kna-namespace}line {
|
||||
.clearfix {
|
||||
&::after {
|
||||
content: "";
|
||||
display: table;
|
||||
|
@ -75,24 +72,6 @@ img.#{$kna-namespace}fr {
|
|||
margin-bottom: $tiny-value;
|
||||
}
|
||||
|
||||
/* table layout */
|
||||
.#{$kna-namespace}row {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.#{$kna-namespace}row > *,
|
||||
.#{$kna-namespace}col {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* no table-cell for script tag when body is a .row */
|
||||
body > script {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* inline-block */
|
||||
.#{$kna-namespace}inbl {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue