summaryrefslogtreecommitdiff
path: root/src/web/docs/api/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/style.styl
parent:v: (diff)
downloadsharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.gz
sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.bz2
sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.zip
:v:
Diffstat (limited to 'src/web/docs/api/style.styl')
-rw-r--r--src/web/docs/api/style.styl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/web/docs/api/style.styl b/src/web/docs/api/style.styl
new file mode 100644
index 0000000000..3675a4da6f
--- /dev/null
+++ b/src/web/docs/api/style.styl
@@ -0,0 +1,11 @@
+@import "../style"
+
+table.props
+ .name
+ font-weight bold
+
+ .name
+ .type
+ .optional
+ font-family Consolas, 'Courier New', Courier, Monaco, monospace
+