CSS: Hide ‘empty’ containers in main
This commit is contained in:
parent
b4c1e8e846
commit
ead543e373
|
@ -102,9 +102,10 @@
|
|||
.clearfix();
|
||||
|
||||
& > .container {
|
||||
float: left;
|
||||
// Column width controlled by #layout
|
||||
width: 100%;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Container scrolling
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in New Issue