aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Matlab.wiki2
-rw-r--r--templates/style.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/Matlab.wiki b/Matlab.wiki
index 468c8b6..c998512 100644
--- a/Matlab.wiki
+++ b/Matlab.wiki
@@ -51,7 +51,7 @@
{{$
\left[\begin{matrix}
1 & 2 & 3
-\end{matrix}\right] .'
+\end{matrix}\right] .' =
\left[\begin{matrix}
1 \\ 2 \\ 3
\end{matrix}\right]
diff --git a/templates/style.css b/templates/style.css
index 53a7974..eaf6698 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -67,6 +67,10 @@ div[id='Top Heading'] + ul li {
justify-content: space-around;
}
+.side > * {
+ margin: auto 0 auto 0;
+}
+
/*
p, pre, blockquote, table, ul, ol, dl {margin-top: 1em; margin-bottom: 1em;}
ul ul, ul ol, ol ol, ol ul {margin-top: 0.5em; margin-bottom: 0.5em;}