Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 93 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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