From f25b951b2be0bb64be3438dfe6ead587761102d1 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Wed, 7 Dec 2011 15:31:18 +0530 Subject: [PATCH] Corrected minor template errors Corrected small problems with the default XHTML template bits. --- templates/default_xhtml/main.tpl | 1 - templates/default_xhtml/profession_bit.tpl | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/default_xhtml/main.tpl b/templates/default_xhtml/main.tpl index 09c2aed..035f73a 100644 --- a/templates/default_xhtml/main.tpl +++ b/templates/default_xhtml/main.tpl @@ -17,7 +17,6 @@ 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; } diff --git a/templates/default_xhtml/profession_bit.tpl b/templates/default_xhtml/profession_bit.tpl index eb2c713..52e5bec 100644 --- a/templates/default_xhtml/profession_bit.tpl +++ b/templates/default_xhtml/profession_bit.tpl @@ -1,3 +1,3 @@ -

${joindate} - ${leavedate} (with ${organization}) -

Worked as ${jobtitle}.

-

${additionalinfo}

\ No newline at end of file +

${joindate} - ${leavedate} (with ${organization})

+

Worked as ${jobtitle}
+ ${additionalinfo}

\ No newline at end of file -- 2.20.1