2 041
editací
Bez shrnutí editace |
m (valign) |
||
Řádek 101: | Řádek 101: | ||
.tabulka > div {display:table-row} | .tabulka > div {display:table-row} | ||
.tabulka > div > div {display:table-cell; width:50%;} | .tabulka > div > div {display:table-cell; width:50%;} | ||
/** obecné pro dvojsloupcové stránky >> adaptace pro úzké obrazovky */ | |||
/* je třeba použít tyto divy */ | |||
@media only screen and (min-width: 768px) { | |||
.doublepage-left { | |||
float:left; | |||
valign:top; | |||
width:55%; | |||
} | |||
.doublepage-right { | |||
float:right; | |||
valign:top; | |||
width:44%; | |||
width:calc(45% - .5em); | |||
} | |||
.doublepage-clearfix { | |||
clear: both; | |||
} | |||
} |