Corrected small problems with the default XHTML template bits.
td { vertical-align: top; }
.miscinfo { text-align: center; font-size: 110%; font-style: italic; }
.signature { font-size: 120%; font-variant: small-caps; }
- .designation {font-size: 110%; font-variant: small-caps; }
dt { font-weight: bold; }
</style>
</head>
- <h3>${joindate} - ${leavedate} (with ${organization})
- <p class="designation">Worked as <b>${jobtitle}</b>.</p>
- <p>${additionalinfo}</p>
\ No newline at end of file
+ <h3>${joindate} - ${leavedate} (with ${organization})</h3>
+ <p>Worked as <b>${jobtitle}</b><br />
+ ${additionalinfo}</p>
\ No newline at end of file