diff --git a/ChangeLog b/ChangeLog index 667f69c94..314134f2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-05-06 Brian Matherly + * src/data/main5.css: Fix generation chart alignment for Narrative Web. + 2007-05-04 Brian Matherly * src/docgen/LaTeXDoc.py: convert tabs to space-tabs diff --git a/src/data/main5.css b/src/data/main5.css index d58e9d24c..9a877ad30 100644 --- a/src/data/main5.css +++ b/src/data/main5.css @@ -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; }