diff options
author | Paul Duncan <pabs@pablotron.org> | 2017-11-07 20:44:10 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2017-11-07 20:44:10 -0500 |
commit | 074c8ca2a16bc4849e8ecea5a123d4d9a2995898 (patch) | |
tree | ae2597166fb9da56ff34bf8abafc59548bc0cad5 /htdocs/css/mathy.css | |
download | mathy-074c8ca2a16bc4849e8ecea5a123d4d9a2995898.tar.bz2 mathy-074c8ca2a16bc4849e8ecea5a123d4d9a2995898.zip |
initial commit
Diffstat (limited to 'htdocs/css/mathy.css')
-rw-r--r-- | htdocs/css/mathy.css | 24 |
1 files changed, 24 insertions, 0 deletions
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); +} |