0001990: An inconsistency in "Narrated Web Site" Output (Patch from Jason Simanek <jsimanek@gmail.com>)

svn: r10447
This commit is contained in:
Brian Matherly
2008-04-02 03:04:47 +00:00
parent 304b659711
commit 0cb2f40d35
8 changed files with 315 additions and 98 deletions

View File

@@ -1,22 +1,43 @@
/* ---------------------------------------------------------------------------- */
/* GRAMPS Cascading Style Sheet */
/* Style Name: Basic - Peach */
/* Style Author: Jason Simanek (2008) */
/* Note: Adapted from GRAMPS original Modern Style stylesheet with a new orange color scheme. */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Color Palette */
/* ---------------------------------------------------------------------------- */
/*
----------------------------------------------------------------------------
GRAMPS Cascading Style Sheet
Style Name: Basic - Peach
Style Author: Jason Simanek (2008)
Note: Adapted from GRAMPS original Modern Style stylesheet with a new orange color scheme.
----------------------------------------------------------------------------
This website was created with GRAMPS
----------------------------------------------------------------------------
GRAMPS is a Free Software Project for Genealogy, offering a professional genealogy program,
and a wiki open to all. It is a community project, created, developed and governed by genealogists.
Go to www.gramps-project.org to learn more!
License
----------------------------------------------------------------------------
Copyright 2008 Jason M. Simanek
This file is part of the GRAMPS program.
GRAMPS 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, version 2 of the License.
GRAMPS 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 GRAMPS. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Color Palette
----------------------------------------------------------------------------
black #36220B
brown #8C581C
orange dark #EA8414
orange #FFC35E
orange light #FFE09F
yellow light #FFFBE7
----------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* General Element Styles */
@@ -743,6 +764,12 @@ div#narrative {
/* SubSection Styles : Source References */
/* ------------------------------------------------------------------------------ */
div#sourcerefs ol {
list-style-type:decimal;
}
div#sourcerefs ol li ol {
list-style-type:lower-alpha;
}
/* SubSection Styles : Weblinks */
/* ------------------------------------------------------------------------------ */
@@ -865,4 +892,4 @@ div#narrative {
margin:0 0 0 14px;
padding:0;
background-color:#FFE09F;
}
}