From 48310b0ccfdf191d4330971d0fc66d1bf21543f7 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Fri, 13 Feb 2009 19:20:19 +0000 Subject: [PATCH] Updated comments. --- zen/layout-fixed.css | 2 +- zen/layout-liquid.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zen/layout-fixed.css b/zen/layout-fixed.css index 839cb0a..914538e 100644 --- a/zen/layout-fixed.css +++ b/zen/layout-fixed.css @@ -7,7 +7,7 @@ * column layout depending on whether blocks are enabled in the left or right * columns. * - * This layout is based on the Border Politics Layout Method. + * This layout is based on the Zen Columns layout method. * http://drupal.org/node/201428 * * Only CSS that affects the layout (positioning) of major elements should be diff --git a/zen/layout-liquid.css b/zen/layout-liquid.css index ada252e..cd0f783 100644 --- a/zen/layout-liquid.css +++ b/zen/layout-liquid.css @@ -7,7 +7,7 @@ * column layout depending on whether blocks are enabled in the left or right * columns. * - * This layout is based on the Border Politics Layout Method. + * This layout is based on the Zen Columns layout method. * http://drupal.org/node/201428 * * Only CSS that affects the layout (positioning) of major elements should be -- 1.7.4.1