From c3522feb2202ef0e1f346da6617eafb9507e515f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Mar 2007 19:18:11 -0700 Subject: hurrah! equations in latex and html TODO: center images in html TODO: track equations in a database? --- static/style/git_wiki.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style/git_wiki.css b/static/style/git_wiki.css index cfdc8bd..2fd7157 100644 --- a/static/style/git_wiki.css +++ b/static/style/git_wiki.css @@ -58,10 +58,14 @@ td.hash { overflow: hidden; text-align: right; font-family: courier; } - span.hash { font-family: courier; } - +img.equation { + border: none; } +img.centered-equ { + padding: 8px; + padding-left: 250px; + border: none; } span.head { color: green; } -- cgit v1.2.3