home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / themes / garland / minnelli / minnelli.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-02-05  |  378 b   |  21 lines

  1. /* $Id: minnelli.css,v 1.3.2.1 2008/02/05 09:27:26 goba Exp $ */
  2.  
  3. /**
  4.  * Minnelli, for Drupal 6.x
  5.  * Stefan Nagtegaal, iStyledThis [dot] nl
  6.  * Steven Wittens, acko [dot] net
  7.  */
  8.  
  9. body #wrapper #container {
  10.   width: 560px;
  11. }
  12.  
  13. body.sidebars #wrapper #container {
  14.   width: 980px;
  15. }
  16.  
  17. body.sidebar-left #wrapper #container,
  18. body.sidebar-right #wrapper #container {
  19.   width: 770px;
  20. }
  21.