##// END OF EJS Templates
Added ability to title multicontainer pages before multicontainer display()
Added ability to title multicontainer pages before multicontainer display()

File last commit:

r14269:3d667038
r14289:1bb8865e
Show More
widgetarea.less
20 lines | 368 B | text/x-less | LessCssLexer
div.widget_container {
.box-flex2();
.border-box-sizing();
}
div.widget_area {
page-break-inside: avoid;
.hbox();
}
/* This class is for the widget subarea inside the widget_area and after
the prompt div. */
div.widget_subarea {
padding: 0.44em 0.4em 0.4em 1px;
margin-left: 6px;
.border-box-sizing();
.vbox();
.box-flex2()
}