aboutsummaryrefslogtreecommitdiff
path: root/docs/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.css')
-rw-r--r--docs/index.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/index.css b/docs/index.css
new file mode 100644
index 0000000..6a6e163
--- /dev/null
+++ b/docs/index.css
@@ -0,0 +1,29 @@
1ul {
2 list-style-type: none ;
3}
4
5ul.contents {
6 padding: 0 ;
7}
8
9table {
10 border: none ;
11 border-spacing: 0 ;
12 border-collapse: collapse ;
13}
14
15td {
16 vertical-align: top ;
17 padding: 0 ;
18 text-align: left ;
19 line-height: 1.25 ;
20 width: 15% ;
21}
22
23table.striped tr:nth-child(even) {
24 background-color: #E8E8E8 ;
25}
26
27table.striped tr:nth-child(odd) {
28 background-color: #F4F4F4 ;
29}