|
|
d4f4ce |
/*
|
|
|
d4f4ce |
* Docbook
|
|
|
d4f4ce |
*
|
|
|
d4f4ce |
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
|
|
|
d4f4ce |
*
|
|
|
d4f4ce |
* This CSS is free software; you can redistribute it and/or modify it
|
|
|
d4f4ce |
* under the terms of the GNU General Public License as published by
|
|
|
d4f4ce |
* the Free Software Foundation; either version 2 of the License, or
|
|
|
d4f4ce |
* (at your option) any later version.
|
|
|
d4f4ce |
*
|
|
|
d4f4ce |
* This CSS is distributed in the hope that it will be useful, but
|
|
|
d4f4ce |
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
d4f4ce |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
d4f4ce |
* General Public License for more details.
|
|
|
d4f4ce |
*
|
|
|
d4f4ce |
* You should have received a copy of the GNU General Public License
|
|
|
d4f4ce |
* along with this program; if not, write to the Free Software
|
|
|
d4f4ce |
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
d4f4ce |
*
|
|
|
d4f4ce |
* ----------------------------------------------------------------------
|
|
|
d4f4ce |
* $Id: default.css 5257 2012-08-28 18:02:18Z al $
|
|
|
d4f4ce |
* ----------------------------------------------------------------------
|
|
|
d4f4ce |
*/
|
|
|
d4f4ce |
|
|
|
d4f4ce |
/* Reset browser's default definitions.
|
|
|
d4f4ce |
--------------------------------------------------------------------*/
|
|
|
d4f4ce |
@import url("reset.css");
|
|
|
d4f4ce |
|
|
|
d4f4ce |
/* Customize default definitions.
|
|
|
d4f4ce |
--------------------------------------------------------------------*/
|
|
|
d4f4ce |
@import url("base.css");
|
|
|
d4f4ce |
@import url("headings.css");
|
|
|
d4f4ce |
@import url("paragraphs.css");
|
|
|
d4f4ce |
@import url("lists.css");
|
|
|
d4f4ce |
@import url("tables.css");
|
|
|
d4f4ce |
|
|
|
d4f4ce |
/* Miscellaneous definitions.
|
|
|
d4f4ce |
--------------------------------------------------------------------*/
|