style.css 360 B

1234567891011121314151617181920
  1. /**
  2. * Themetastic, for Drupal 5.0
  3. * Stefan Nagtegaal, iStyledThis [dot] nl
  4. * Steven Wittens, acko [dot] net
  5. */
  6. @import "../style.css";
  7. body #wrapper #container {
  8. width: 560px;
  9. }
  10. body.sidebars #wrapper #container {
  11. width: 980px;
  12. }
  13. body.sidebar-left #wrapper #container,
  14. body.sidebar-right #wrapper #container {
  15. width: 770px;
  16. }