threecol_42_29_29_stacked.css in Panels Extra Layouts 6
/* CSS rules for the three column 42 29 29 stacked panelys layout */
@import url('../../../css/base-grid.css');
.panel-col-twenty-nine {
width: 29%;
}
.panel-col-forty-two {
width: 42%;
}
.panel-bottom {
width: 100%;
padding: 0 .5em 1em;
}
/* Margins taken from the Panels module plugins */
.lastUnit .inside {
margin: 0 0 1em .5em;
}
.firstUnit .inside {
margin: 0 .5em 1em 0;
}
.unit .inside {
margin: 0 .5em 1em .5em;
}
File
plugins/layouts/threecol_42_29_29_stacked/threecol_42_29_29_stacked.css
View source
- /* CSS rules for the three column 42 29 29 stacked panelys layout */
- @import url('../../../css/base-grid.css');
-
- .panel-col-twenty-nine {
- width: 29%;
- }
- .panel-col-forty-two {
- width: 42%;
- }
- .panel-bottom {
- width: 100%;
- padding: 0 .5em 1em;
- }
-
- /* Margins taken from the Panels module plugins */
- .lastUnit .inside {
- margin: 0 0 1em .5em;
- }
- .firstUnit .inside {
- margin: 0 .5em 1em 0;
- }
- .unit .inside {
- margin: 0 .5em 1em .5em;
- }