From: Harishankar Date: Wed, 7 Dec 2011 10:01:18 +0000 (+0530) Subject: Corrected minor template errors X-Git-Url: https://harishankar.org/repos/?p=biacv.git;a=commitdiff_plain;h=f25b951b2be0bb64be3438dfe6ead587761102d1;hp=cb541b4d71d0e35448dfbd4e1cb6498e9cf876b7 Corrected minor template errors Corrected small problems with the default XHTML template bits. --- 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