Fix generation chart alignment for Narrative Web Tranquil style sheet.

svn: r8438
This commit is contained in:
Brian Matherly 2007-05-06 21:28:12 +00:00
parent e4a7045838
commit be7b8d6c94
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-05-06 Brian Matherly <brian@gramps-project.org>
* src/data/main5.css: Fix generation chart alignment for Narrative Web.
2007-05-04 Brian Matherly <brian@gramps-project.org>
* src/docgen/LaTeXDoc.py: convert tabs to space-tabs

View File

@ -280,7 +280,7 @@ TD.note {
#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; }