Fix generation chart alignment for Narrative Web Tranquil style sheet.

svn: r8437
This commit is contained in:
Brian Matherly 2007-05-06 21:25:09 +00:00
parent e6d94aa12d
commit b4bd5ce0a7
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-03 Benny Malengier <bm@cage.ugent.be>
* src/plugins/rel_de.py:
issue #0000929 , rel_de.py

View File

@ -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; }