From b4bd5ce0a7ffbb33551fe529d34ce0649a52a508 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 6 May 2007 21:25:09 +0000 Subject: [PATCH] Fix generation chart alignment for Narrative Web Tranquil style sheet. svn: r8437 --- gramps2/ChangeLog | 3 +++ gramps2/src/data/main5.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 2b5a6009b..32c1e8ef9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2007-05-06 Brian Matherly + * src/data/main5.css: Fix generation chart alignment for Narrative Web. + 2007-05-03 Benny Malengier * src/plugins/rel_de.py: issue #0000929 , rel_de.py diff --git a/gramps2/src/data/main5.css b/gramps2/src/data/main5.css index c17f6a517..081cf4883 100644 --- a/gramps2/src/data/main5.css +++ b/gramps2/src/data/main5.css @@ -275,7 +275,7 @@ TD.data { #sourcerefs { } #weblinks { } -.box { font-size: 12px; height: 48px; padding-left: 5px; vertical-align: middle;} +.box { font-size: 12px; height: 48px; padding-left: 5px; vertical-align: middle; text-align: left;} .bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;} .bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;} .border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }