Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Change styling for tables in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Aug 7, 2015
1 parent be7e9dd commit 456c1ad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/_static/customizations.css
Expand Up @@ -34,6 +34,25 @@ ul li {
pre {
padding: 7px 10px;
}
code {
background: transparent;
}
pre, code {
font-family: 'M+ 1m', 'Droid Sans Mono', 'DejaVu Sans Mono', monospace;
}

table.docutils {
border: 0;
box-shadow: none;
}

table.docutils th {
border-width: 0 0 2px;
}

table.docutils td {
border-width: 0;
}

table.docutils tbody tr.row-odd { background: transparent }
table.docutils tbody tr.row-even { background: #ecf0f3 }

0 comments on commit 456c1ad

Please sign in to comment.