From c1e7b50a90865595b4670570a81f949db7ec2704 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 15 2011 02:05:19 +0000 Subject: Update `trunk/Identity/Webenv/Css/App' directory structure: - Remove `logo.css' file from directory and make its content part of `base.css' file instead. --- diff --git a/Identity/Webenv/Css/App/base.css b/Identity/Webenv/Css/App/base.css index 4729f92..8631a19 100755 --- a/Identity/Webenv/Css/App/base.css +++ b/Identity/Webenv/Css/App/base.css @@ -22,9 +22,6 @@ * ---------------------------------------------------------------------- */ -/* Main Blocks ---------------------------------------------------------------------*/ - div#page-header { background: #204C8D url("/home/centos/artwork/tags/Identity/Images/Webenv/1.2/h1-bg.png") 0 0 repeat; min-height: 46px; @@ -73,3 +70,13 @@ div#page-body div#content { padding: 20px; background-color: #FFF; } + +/* Logo +--------------------------------------------------------------------*/ + +div#page-header div#logo img { + border: none; + float: left; + margin: 5px; + } + diff --git a/Identity/Webenv/Css/App/logo.css b/Identity/Webenv/Css/App/logo.css deleted file mode 100644 index bb7f185..0000000 --- a/Identity/Webenv/Css/App/logo.css +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Webenv -> Logo - * - * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG - * - * This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * ---------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------- - */ - -div#page-header div#logo img { - border: none; - float: left; - margin: 5px; - }