This commit is contained in:
sanj 2010-12-30 17:18:37 +05:30
parent 1483af7275
commit 776d3a967e
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,11 @@ body {
}
#essayAbstract {
font-style: italic;
font-size: 0.75em;
}
.para {
padding: 8px;
border-left: 1px solid #000;

View File

@ -96,7 +96,6 @@
- <a href="#authorbio">{{ text.author }}</a>
</h4>
<div id="essayAbstract">
<h3>Abstract:</h3>
<p>
{{ text.abstract }}
</p>