summaryrefslogtreecommitdiff
path: root/src/web/docs/api/endpoints/style.styl
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-12-15 00:23:45 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-12-15 00:23:45 +0900
commitd6ec5f2fe13bb1e3f4316f04591bf419f587c2bd (patch)
treee6c027442f2cbc285391e34f927ab6d3f9eb2e1a /src/web/docs/api/endpoints/style.styl
parent:v: (diff)
downloadsharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.gz
sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.bz2
sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.zip
:v:
Diffstat (limited to 'src/web/docs/api/endpoints/style.styl')
-rw-r--r--src/web/docs/api/endpoints/style.styl12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/web/docs/api/endpoints/style.styl b/src/web/docs/api/endpoints/style.styl
index ab74e100b5..07fb7ec2a3 100644
--- a/src/web/docs/api/endpoints/style.styl
+++ b/src/web/docs/api/endpoints/style.styl
@@ -1,4 +1,4 @@
-@import "../../style"
+@import "../style"
#url
padding 8px 12px
@@ -6,13 +6,3 @@
color #fff
background #222e40
border-radius 4px
-
-table
- .name
- font-weight bold
-
- .name
- .type
- .optional
- font-family Consolas, 'Courier New', Courier, Monaco, monospace
-