Skip to content

Commit

Permalink
Create theme_overrides.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospat committed Mar 28, 2018
1 parent 65f2fd3 commit 0e2e1d4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/static/theme_overrides.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: inherit;
}

.wy-table-responsive table th {
background-color: #f0f0f0;
}

.line-block, .docutils.footnote {
line-height: 24px;
}

.admonition {
margin-bottom: 20px;
line-height:24px;
}

.admonition > *:not(:first-child){
/* draw a boder around a admonition */
border-left: solid 1px #b59e9e;
border-right: solid 1px #b59e9e;
padding: 12px;
margin: -12px -12px -12px -12px;
margin-bottom: -12px !important;
}
.admonition > .last, .admonition- > .last{
/* draw a boder around a admonition */
border-bottom: solid 1px #b59e9e !important;
}

0 comments on commit 0e2e1d4

Please sign in to comment.