diff options
author | jaseg <git@jaseg.net> | 2019-09-29 13:30:38 +0200 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-09-29 13:30:38 +0200 |
commit | 00380ac6020179de15929afc1b29b7dc5ce094e4 (patch) | |
tree | 6295edf8f34670d7b10bc554655607cf70a414ab /webapp/static | |
parent | 1a6f2a9caa27bded4551aead34883e7fcdc92d2e (diff) | |
download | pogojig-00380ac6020179de15929afc1b29b7dc5ce094e4.tar.gz pogojig-00380ac6020179de15929afc1b29b7dc5ce094e4.tar.bz2 pogojig-00380ac6020179de15929afc1b29b7dc5ce094e4.zip |
Add STL renderer
Diffstat (limited to 'webapp/static')
m--------- | webapp/static/Madeleine.js | 0 | ||||
-rw-r--r-- | webapp/static/style.css | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/webapp/static/Madeleine.js b/webapp/static/Madeleine.js new file mode 160000 +Subproject 9e39e65b7257bc1139502a14970cc174ca59475 diff --git a/webapp/static/style.css b/webapp/static/style.css index 857541d..b9a696e 100644 --- a/webapp/static/style.css +++ b/webapp/static/style.css @@ -227,3 +227,11 @@ a.btn:active, a.btn:hover, a.btn:visited, a.btn:link { background-color: #d35f5f; box-shadow: 1px 2px 4px 1px #000; } + +.controls { + padding-top: 8em; +} + +.render_output { + padding-bottom: 8em; +} |