aboutsummaryrefslogtreecommitdiffstats
path: root/static/style
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-21 19:18:11 -0700
committerbnewbold <bnewbold@manus.(none)>2007-03-21 19:18:11 -0700
commitc3522feb2202ef0e1f346da6617eafb9507e515f (patch)
tree3607bbceaac74422bb9e7a5a646fe38cd453225f /static/style
parent2d21507c63b0a37fbfc36fbbe2d33f85190b61e8 (diff)
downloadbnewnet-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/style')
-rw-r--r--static/style/git_wiki.css8
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; }