Project

General

Profile

Download (498 Bytes) Statistics
| Branch: | Tag: | Revision:
1
@CHARSET "UTF-8";
2

    
3
/**
4
*   Zen Fixed
5
*
6
*   Provides CSS to make a fixed width version of the theme.
7
*   $Id: style.css,v 1.7 2006/10/23 05:42:28 zirafa Exp $
8
*
9
*/
10

    
11
/* We need to grab the CSS files from the directory above*/
12
@import "../layout.css";
13
@import "../icons.css";
14
@import "../style.css";
15

    
16
body {
17
  min-width: 800px;
18
}
19

    
20
#page {
21
  width: 800px;              /* page width - optional */
22
  margin: 10px auto;            /* center the page - optional */
23
}
24

    
25
#logo-title {
26
  margin: 10px 0 0 0;
27
}
(5-5/5)