aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-09-14 15:41:21 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-09-14 15:41:21 +0800
commitad8161e12425c235c17a09c74355dac6f5f5cd03 (patch)
tree46df18ac6236effeefa071dc502d49c64fe8f2b1
parent6f2205696c24b1aac8e6997026a41c53b619b101 (diff)
downloaddexon-bls-ad8161e12425c235c17a09c74355dac6f5f5cd03.tar
dexon-bls-ad8161e12425c235c17a09c74355dac6f5f5cd03.tar.gz
dexon-bls-ad8161e12425c235c17a09c74355dac6f5f5cd03.tar.bz2
dexon-bls-ad8161e12425c235c17a09c74355dac6f5f5cd03.tar.lz
dexon-bls-ad8161e12425c235c17a09c74355dac6f5f5cd03.tar.xz
dexon-bls-ad8161e12425c235c17a09c74355dac6f5f5cd03.tar.zst
dexon-bls-ad8161e12425c235c17a09c74355dac6f5f5cd03.zip
add style.css
-rw-r--r--docs/demo/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/demo/style.css b/docs/demo/style.css
new file mode 100644
index 0000000..d5a1153
--- /dev/null
+++ b/docs/demo/style.css
@@ -0,0 +1,6 @@
+li {
+ list-style-type : none;
+ padding:5px 10px;
+ border-top:1px solid black;
+ border-left:1px solid black;
+}