sidebars-normal-liquid.css in Zenophile 7
/* Liquid layout; standard sidebar placement */
div.region-sidebar-first {
width: LSB-SBpx;
}
div.region-sidebar-second {
width: RSB-SBpx;
}
body.sidebar-first #content div.section, body.two-sidebars #content div.section {
padding-left: LSB-SBpx;
}
body.sidebar-second #content div.section, body.two-sidebars #content div.section {
padding-right: RSB-SBpx;
}
File
zenophile_sidebars/css/sidebars-normal-liquid.css
View source
-
- /* Liquid layout; standard sidebar placement */
-
- div.region-sidebar-first {
- width: LSB-SBpx;
- }
-
- div.region-sidebar-second {
- width: RSB-SBpx;
- }
-
- body.sidebar-first #content div.section, body.two-sidebars #content div.section {
- padding-left: LSB-SBpx;
- }
-
- body.sidebar-second #content div.section, body.two-sidebars #content div.section {
- padding-right: RSB-SBpx;
- }