diff --git a/templates/header.tmpl b/templates/header.tmpl --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -32,7 +32,7 @@ pre { margin: 0; } /* Changelog entries */ .changelogEntry { width: 100%; } -.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;} +.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; } .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } .changelogEntry th.firstline { text-align: left; width: inherit; }