From ad8161e12425c235c17a09c74355dac6f5f5cd03 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Thu, 14 Sep 2017 16:41:21 +0900 Subject: add style.css --- docs/demo/style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/demo/style.css (limited to 'docs') 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; +} -- cgit v1.2.3