aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:54:31 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:54:31 +0100
commitecc882fe5fde5b314180939f6a666a5c6a3b1e66 (patch)
treedadfaf5b9bd1ce1944033e7fd0baf2f0c0335ebe
parentTue, 26 Mar 2019 08:53:11 +0100 (diff)
downloadwiki-public-ecc882fe5fde5b314180939f6a666a5c6a3b1e66.tar.gz
wiki-public-ecc882fe5fde5b314180939f6a666a5c6a3b1e66.tar.xz
Tue, 26 Mar 2019 08:54:31 +0100
-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;}