diff --git a/data/web/api/index.css b/data/web/api/index.css new file mode 100644 index 00000000..f2376fda --- /dev/null +++ b/data/web/api/index.css @@ -0,0 +1,16 @@ +html { + box-sizing: border-box; + overflow: -moz-scrollbars-vertical; + overflow-y: scroll; +} + +*, +*:before, +*:after { + box-sizing: inherit; +} + +body { + margin: 0; + background: #fafafa; +} diff --git a/data/web/api/index.html b/data/web/api/index.html index 581ffba4..84ae62d3 100644 --- a/data/web/api/index.html +++ b/data/web/api/index.html @@ -5,56 +5,15 @@