Set mineral properties to use the correct font

This commit is contained in:
2014-02-24 10:02:03 +10:00
parent 3ebb0e866a
commit f8a12d58e8

View File

@@ -413,38 +413,38 @@ function resizeCanvas() {
<div id="mineralOne"> <div id="mineralOne">
<h1 class="subHeadings">{{ mineral.name }}</h1> <h1 class="subHeadings">{{ mineral.name }}</h1>
<h2 class="theoryHeadings">Physical properties</h2> <h2 class="theoryHeadings">Physical properties</h2>
<table class="table"> <table class="theoryHeadings">
<tr> <tr>
<td>Chemical Formula:</td> <td><p>Chemical Formula:</p></td>
<td>{{ mineral.chemical_formula|safe }}</td> <td><p>{{ mineral.chemical_formula|safe }}</p></td>
</tr> </tr>
<tr> <tr>
<td>Hardness:</td> <td><p>Hardness:</p></td>
<td>{{ mineral.hardness }}</td> <td><p>{{ mineral.hardness }}</p></td>
</tr> </tr>
<tr> <tr>
<td>Specific Gravity:</td> <td><p>Specific Gravity:</p></td>
<td>{{ mineral.specific_gravity }}</td> <td><p>{{ mineral.specific_gravity }}</p></td>
</tr> </tr>
<tr> <tr>
<td>Cleavage/Fracture:</td> <td><p>Cleavage/Fracture:</p></td>
<td>{{ mineral.cleavage_fracture }}</td> <td><p>{{ mineral.cleavage_fracture }}</p></td>
</tr> </tr>
<tr> <tr>
<td>Lustre:</td> <td><p>Lustre:</p></td>
<td>{{ mineral.lustre }}</td> <td><p>{{ mineral.lustre }}</p></td>
</tr> </tr>
<tr> <tr>
<td>Colour:</td> <td><p>Colour:</p></td>
<td>{{ mineral.colour }}</td> <td><p>{{ mineral.colour }}</p></td>
</tr> </tr>
<tr> <tr>
<td>Streak:</td> <td><p>Streak:</p></td>
<td>{{ mineral.habit }}</td> <td><p>{{ mineral.habit }}</p></td>
</tr> </tr>
<tr> <tr>
<td>Crystallography:</td> <td><p>Crystallography:</p></td>
<td>{{ mineral.crystallography }}</td> <td><p>{{ mineral.crystallography }}</p></td>
</tr> </tr>
</table> </table>
<h2 class="theoryHeadings">Diagnostic features</h2> <h2 class="theoryHeadings">Diagnostic features</h2>