Blame Identity/Webenv/Css/Docbook/navigation.css

351fd7
/*
351fd7
 * Docbook -> Navigation
351fd7
 * 
351fd7
 * Copyright (C) 2009-2011 The CentOS Artwork SIG
351fd7
 *
351fd7
 * This program is free software; you can redistribute it and/or
351fd7
 * modify it under the terms of the GNU General Public License as
351fd7
 * published by the Free Software Foundation; either version 2 of the
351fd7
 * License, or (at your option) any later version.
351fd7
 *
351fd7
 * This program is distributed in the hope that it will be useful, but
351fd7
 * WITHOUT ANY WARRANTY; without even the implied warranty of
351fd7
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
351fd7
 * General Public License for more details.
351fd7
 *
351fd7
 * You should have received a copy of the GNU General Public License
351fd7
 * along with this program; if not, write to the Free Software
351fd7
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
351fd7
 *
351fd7
 * ----------------------------------------------------------------------
351fd7
 * $Id$
351fd7
 * ----------------------------------------------------------------------
351fd7
 */
351fd7
351fd7
div.navheader table,
351fd7
div.navfooter table {
351fd7
    margin:0; 
351fd7
    }
351fd7
351fd7
div.navheader {
351fd7
    margin-bottom: 0.5em;
351fd7
    padding-top: 0.5em;
351fd7
    }
351fd7
351fd7
div.navfooter {
351fd7
    margin-top: 2em;
351fd7
    padding-bottom: 0.5em;
351fd7
    }
351fd7
351fd7
div.navheader table th,
351fd7
div.navheader table td,
351fd7
div.navfooter table th, 
351fd7
div.navfooter table td { 
351fd7
    border: none;
351fd7
    }