From 005ff23c872bb0b508dae44ba0afb1d8c6b56537 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 29 2011 16:27:19 +0000 Subject: Update base-app.css. --- diff --git a/Identity/Webenv/Css/base-app.css b/Identity/Webenv/Css/base-app.css index edd7e3b..dc797e2 100755 --- a/Identity/Webenv/Css/base-app.css +++ b/Identity/Webenv/Css/base-app.css @@ -1,22 +1,40 @@ /* CSS * - * app.css -- This file provides common visual style to CentOS Web - * application. + * base-app.css -- This file extends `base.css' visual style to + * provide visual style to web applications based on CentOS Web + * Environment XHTML standard definition. * + * Copyright (C) 2009-2011 Alain Reguera Delgado + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA. + * ---------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------- */ /* Main Blocks -----------------------------------------------*/ div#page-header { - background: #204C8D - url("/home/centos/artwork/trunk/Identity/Patterns/centos-background-2.png") 0 0 repeat; + background: #204C8D url("/home/centos/artwork/trunk/Identity/Patterns/centos-background-2.png") 0 0 repeat; min-height: 46px; } div#page-footer { - background: #204C8D - url("/home/centos/artwork/trunk/Identity/Patterns/centos-background-2.png") 0 0 repeat; + background: #204C8D url("/home/centos/artwork/trunk/Identity/Patterns/centos-background-2.png") 0 0 repeat; padding: 10px; }