summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2013-07-25 14:40:49 +0300
committerPauli Virtanen <pav@iki.fi>2013-07-25 14:48:37 +0300
commitc055ca33bf359717fc615e9151c63f5ba96a7740 (patch)
treefa1eaf9af71b7a6493a3f4e88b8643d38db1a5d5
parent685bf8cb5101dca5965f8afce120500b3ca04d07 (diff)
downloadscipy-sphinx-theme-c055ca33bf359717fc615e9151c63f5ba96a7740.tar.gz
Adjust CSS for tables
-rw-r--r--_theme/scipy/static/scipy.css_t7
1 files changed, 7 insertions, 0 deletions
diff --git a/_theme/scipy/static/scipy.css_t b/_theme/scipy/static/scipy.css_t
index 38368c8..8dda6de 100644
--- a/_theme/scipy/static/scipy.css_t
+++ b/_theme/scipy/static/scipy.css_t
@@ -203,3 +203,10 @@ div.top-scipy-org-logo-header {
box-shadow: 0px 0px 3px rgb(136, 136, 136);
}
+table.docutils td, table.docutils th {
+ border: none;
+}
+
+table.docutils {
+ margin-bottom: 9.5px;
+}