Skip to content

Commit

Permalink
add custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Sep 7, 2018
1 parent 4df3c8c commit f8a3321
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
table {
border-collapse: collapse;
/*width: 100%;*/
}

th, td {
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #f2f2f2;
}
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,8 @@
(master_doc, 'rltk', 'RLTK Documentation',
author, 'rltk', 'Record Linkage ToolKit',
'Miscellaneous'),
]
]


def setup(app):
app.add_stylesheet('style.css')

0 comments on commit f8a3321

Please sign in to comment.