Corrected minor template errors
authorHarishankar <v.harishankar@gmail.com>
Wed, 7 Dec 2011 10:01:18 +0000 (15:31 +0530)
committerHarishankar <v.harishankar@gmail.com>
Wed, 7 Dec 2011 10:01:18 +0000 (15:31 +0530)
Corrected small problems with the default XHTML template bits.

templates/default_xhtml/main.tpl
templates/default_xhtml/profession_bit.tpl

index 09c2aed..035f73a 100644 (file)
@@ -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; }
        </style>
 </head>
index eb2c713..52e5bec 100644 (file)
@@ -1,3 +1,3 @@
-       <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