diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-09-16 22:48:06 -0400 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-09-16 22:48:06 -0400 |
commit | 7903b16c1cfa93e2683e140019afabdd86a6f34a (patch) | |
tree | fb7cd96d0973cde766b5fc05f31b2e488a4553f6 /equations/templates | |
parent | 7660cb4236584e4d69b492d45133532a0a4d4791 (diff) | |
download | equator-7903b16c1cfa93e2683e140019afabdd86a6f34a.tar.gz equator-7903b16c1cfa93e2683e140019afabdd86a6f34a.zip |
BROKEN, started work on symbols + vars interface
Diffstat (limited to 'equations/templates')
-rw-r--r-- | equations/templates/equations/variable_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/equations/templates/equations/variable_detail.html b/equations/templates/equations/variable_detail.html index 6488de2..05c432f 100644 --- a/equations/templates/equations/variable_detail.html +++ b/equations/templates/equations/variable_detail.html @@ -14,7 +14,7 @@ <tr><td><b>Reference:</b></td><td> <a href="{{ object.reference }}">{{ object.reference }}</a></td></tr> {% endif %} - <tr><td><b>Raw LaTeX:</b></td><td><pre>{{ object.latex }}</pre></td></tr> + <tr><td width="25%"><b>Raw LaTeX:</b></td><td><pre>{{ object.latex }}</pre></td></tr> {% if object.unicode %} <tr><td><b>Unicode:</b></td><td>{{ object.unicode }}</td></tr> {% endif %} |