diff options
-rw-r--r-- | docs/demo/style.css | 6 |
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;
+}
|