suppression du positionnement tabulaire

This commit is contained in:
Raphael Goetter 2016-09-21 10:35:21 +02:00
parent a1773bbae9
commit 1f45d141be
3 changed files with 11 additions and 89 deletions

View file

@ -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;