diff options
Diffstat (limited to 'css/page-backgrounds.css')
-rwxr-xr-x | css/page-backgrounds.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/css/page-backgrounds.css b/css/page-backgrounds.css new file mode 100755 index 0000000..5a8559d --- /dev/null +++ b/css/page-backgrounds.css @@ -0,0 +1,38 @@ +/** + * @file + * Page Background Styling + * + * The default layout method of Zen doesn't give themers equal-height columns. + * However, equal-height columns are difficult to achieve and totally + * unnecessary. Instead, use the Faux Columns method described in the following + * ALA article: + * http://www.alistapart.com/articles/fauxcolumns/ + */ + + +body { +} + +#page-wrapper { +} + +#page { +} + +#header { +} + +#header .section { +} + +#main-wrapper { +} + +#main { +} + +#footer { +} + +#footer .section { +} |