diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-21 19:18:11 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-21 19:18:11 -0700 |
commit | c3522feb2202ef0e1f346da6617eafb9507e515f (patch) | |
tree | 3607bbceaac74422bb9e7a5a646fe38cd453225f /static | |
parent | 2d21507c63b0a37fbfc36fbbe2d33f85190b61e8 (diff) | |
download | bnewnet-c3522feb2202ef0e1f346da6617eafb9507e515f.tar.gz bnewnet-c3522feb2202ef0e1f346da6617eafb9507e515f.zip |
hurrah! equations in latex and html
TODO: center images in html
TODO: track equations in a database?
Diffstat (limited to 'static')
-rw-r--r-- | static/style/git_wiki.css | 8 |
1 files changed, 6 insertions, 2 deletions
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; } |