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,17 +1,38 @@
/* ---------------------------------------------------------------------------- */
/* GRAMPS Cascading Style Sheet */
/* Style Name: Standard Styles for Printing */
/* Style Author: Jason Simanek (2008) */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Color Palette */
/* ---------------------------------------------------------------------------- */
/*
----------------------------------------------------------------------------
GRAMPS Cascading Style Sheet
Style Name: Standard Styles for Printing
Style Author: Jason Simanek (2008)
----------------------------------------------------------------------------
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
----------------------------------------------------------------------------
gray #A7A7A7
red #520
----------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* General Element Styles */
@@ -398,6 +419,15 @@ table.surname thead tr th.ColumnParents, table.surname tbody tr td.ColumnParents
padding:0;
}
/* SubSection Styles : Source References */
/* ------------------------------------------------------------------------------ */
div#sourcerefs ol {
list-style-type:decimal;
}
div#sourcerefs ol li ol {
list-style-type:lower-alpha;
}
/* SubSection Styles : Pedigree */
/* ------------------------------------------------------------------------------ */
#pedigree a {
@@ -498,4 +528,4 @@ table.surname thead tr th.ColumnParents, table.surname tbody tr td.ColumnParents
}
.ghline, .gvline {
display:none;
}
}