You are here

sidebars-normal-liquid.css in Zenophile 6.2

/* Liquid layout; standard sidebar placement */

#sidebar-left {
  width: LSB-SBpx;
}

#sidebar-right {
  width: RSB-SBpx;
}

.sidebar-left #content-inner, .two-sidebars #content-inner {
  padding-left: LSB-SBpx;
}

.sidebar-right #content-inner, .two-sidebars #content-inner {
  padding-right: RSB-SBpx;
}

File

zenophile_sidebars/css_z1/sidebars-normal-liquid.css
View source
  1. /* Liquid layout; standard sidebar placement */
  2. #sidebar-left {
  3. width: LSB-SBpx;
  4. }
  5. #sidebar-right {
  6. width: RSB-SBpx;
  7. }
  8. .sidebar-left #content-inner, .two-sidebars #content-inner {
  9. padding-left: LSB-SBpx;
  10. }
  11. .sidebar-right #content-inner, .two-sidebars #content-inner {
  12. padding-right: RSB-SBpx;
  13. }