Skip to content

Commit

Permalink
docs: stop customizing the footer (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Dec 22, 2023
2 parents 54523da + 4f80a38 commit d6148a8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
/*******************************************************************************
* make the footer inlined
*/
.footer-item {
display: inline-block;
}
.footer-item:not(:last-child) {
border-right: 1px solid var(--pst-color-text-base);
margin-right: 0.5em;
padding-right: 0.5em;
}

/*******************************************************************************
* custom display of tables in jupyter-sphinx
*/
Expand Down

0 comments on commit d6148a8

Please sign in to comment.