From 074c8ca2a16bc4849e8ecea5a123d4d9a2995898 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 7 Nov 2017 20:44:10 -0500 Subject: initial commit --- htdocs/css/mathy.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 htdocs/css/mathy.css (limited to 'htdocs/css/mathy.css') diff --git a/htdocs/css/mathy.css b/htdocs/css/mathy.css new file mode 100644 index 0000000..172c9da --- /dev/null +++ b/htdocs/css/mathy.css @@ -0,0 +1,24 @@ +#editor { + position: absolute; + top: 0; + right: 50%; + bottom: 0; + left: 0; +} + +#math-wrap { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 50%; + + margin: 10px; +} + +#buttons { + position: absolute; + bottom: 10px; + right: 10px; + left: calc(50% + 10px); +} -- cgit v1.2.3