Project

General

Profile

Download (401 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/* $Id: style.css,v 1.3.2.1 2007/04/18 03:38:59 drumm Exp $ */
2

    
3
/**
4
 * Minnelli, for Drupal 5.0
5
 * Stefan Nagtegaal, iStyledThis [dot] nl
6
 * Steven Wittens, acko [dot] net
7
 */
8

    
9
@import "../style.css";
10

    
11
body #wrapper #container {
12
  width: 560px;
13
}
14

    
15
body.sidebars #wrapper #container {
16
  width: 980px;
17
}
18

    
19
body.sidebar-left #wrapper #container,
20
body.sidebar-right #wrapper #container {
21
  width: 770px;
22
}
(3-3/3)